diff --git a/CHANGELOG.md b/CHANGELOG.md index dbc42097..79907b4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [0.3.0](https://github.com/JamieMason/syncpack/compare/0.2.1...0.3.0) (2017-08-22) + + +### Features + +* **cli:** add copy-values command ([b51a2c9](https://github.com/JamieMason/syncpack/commit/b51a2c9)) + + + ## [0.2.1](https://github.com/JamieMason/syncpack/compare/0.2.0...0.2.1) (2017-08-20) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 3b54d2aa..424b8f9f 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -24,6 +24,7 @@ npm test - [chalk](https://github.com/chalk/chalk): Terminal string styling done right - [commander](https://github.com/tj/commander.js): the complete solution for node.js command-line programs - [glob](https://github.com/isaacs/node-glob): a little globber +- [lodash](https://github.com/lodash/lodash): Lodash modular utilities. - [nodent-runtime](https://github.com/MatAtBread/nodent-runtime): Runtime component of nodent - [semver](https://github.com/npm/node-semver): The semantic version parser used by npm. diff --git a/package-lock.json b/package-lock.json index 5dc092a4..38562fa0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "syncpack", - "version": "0.2.1", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f3af4d85..9bf7b65b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "syncpack", "description": "Normalise differences in packages/*/package.json files in Lerna Monorepos", - "version": "0.2.1", + "version": "0.3.0", "author": "Jamie Mason (https://github.com/JamieMason)", "bin": { "syncpack": "dist/bin.js",