Skip to content

Commit 5efe240

Browse files
committed
chore(release): 0.3.0
1 parent b51a2c9 commit 5efe240

4 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.3.0"></a>
2+
# [0.3.0](https://github.com/JamieMason/syncpack/compare/0.2.1...0.3.0) (2017-08-22)
3+
4+
5+
### Features
6+
7+
* **cli:** add copy-values command ([b51a2c9](https://github.com/JamieMason/syncpack/commit/b51a2c9))
8+
9+
10+
111
<a name="0.2.1"></a>
212
## [0.2.1](https://github.com/JamieMason/syncpack/compare/0.2.0...0.2.1) (2017-08-20)
313

DEPENDENCIES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ npm test
2424
- [chalk](https://github.com/chalk/chalk): Terminal string styling done right
2525
- [commander](https://github.com/tj/commander.js): the complete solution for node.js command-line programs
2626
- [glob](https://github.com/isaacs/node-glob): a little globber
27+
- [lodash](https://github.com/lodash/lodash): Lodash modular utilities.
2728
- [nodent-runtime](https://github.com/MatAtBread/nodent-runtime): Runtime component of nodent
2829
- [semver](https://github.com/npm/node-semver): The semantic version parser used by npm.
2930

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "syncpack",
33
"description": "Normalise differences in packages/*/package.json files in Lerna Monorepos",
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
66
"bin": {
77
"syncpack": "dist/bin.js",

0 commit comments

Comments
 (0)