Skip to content

Commit cebae99

Browse files
committed
chore(release): 0.2.1
1 parent a65eef7 commit cebae99

4 files changed

Lines changed: 17 additions & 3 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.2.1"></a>
2+
## [0.2.1](https://github.com/JamieMason/syncpack/compare/0.2.0...0.2.1) (2017-08-20)
3+
4+
5+
### Bug Fixes
6+
7+
* **core:** update dependencies, fix lint warnings ([a65eef7](https://github.com/JamieMason/syncpack/commit/a65eef7))
8+
9+
10+
111
<a name="0.2.0"></a>
212
# [0.2.0](https://github.com/JamieMason/syncpack/compare/0.1.0...0.2.0) (2017-08-20)
313

DEPENDENCIES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ npm test
2121
## Dependencies
2222

2323
- [bluebird](https://github.com/petkaantonov/bluebird): Full featured Promises/A+ implementation with exceptionally good performance
24-
- [chalk](https://github.com/chalk/chalk): Terminal string styling done right. Much color.
24+
- [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
2727
- [nodent-runtime](https://github.com/MatAtBread/nodent-runtime): Runtime component of nodent
@@ -32,6 +32,10 @@ npm test
3232
- [babel-cli](https://github.com/babel/babel/tree/master/packages): Babel command line.
3333
- [babel-plugin-transform-object-rest-spread](https://github.com/babel/babel/tree/master/packages): Compile object rest and spread to ES5
3434
- [babel-preset-es2015](https://github.com/babel/babel/tree/master/packages): Babel preset for all es2015 plugins.
35+
- [cz-conventional-changelog](https://github.com/commitizen/cz-conventional-changelog): Commitizen adapter following the conventional-changelog format.
36+
- [eslint-config-xo](https://github.com/sindresorhus/eslint-config-xo): ESLint shareable config for XO
37+
- [eslint-plugin-ava](https://github.com/avajs/eslint-plugin-ava): ESLint rules for AVA
38+
- [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn): Various awesome ESLint rules
3539
- [fast-async](https://github.com/MatAtBread/fast-async): fast-async/await transformer Babel plugin
3640
- [rimraf](https://github.com/isaacs/rimraf): A deep deletion module for node (like `rm -rf`)
3741
- [xo](https://github.com/sindresorhus/xo): JavaScript happiness style linter ❤️

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.0",
4+
"version": "0.2.1",
55
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
66
"bin": {
77
"syncpack": "dist/bin.js"

0 commit comments

Comments
 (0)