diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bad993..54617b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. +## [0.7.0] 2018-04-23 +### Changed +- [RND-9](https://socifi.atlassian.net/browse/RND-9) Use context in circleci + ## [0.6.0] 2018-04-19 ### Changed - [RND-7](https://socifi.atlassian.net/browse/RND-7) Use docker with latest npm for testing. diff --git a/package-lock.json b/package-lock.json index 95dd448..d2f8996 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@socifi/commitlint-config", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0cef75b..09d0e62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@socifi/commitlint-config", - "version": "0.6.0", + "version": "0.7.0", "description": "Shareable config for linting commit messages.", "main": "src/index.js", "repository": {