Skip to content

Commit

Permalink
chore(release): 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Feb 3, 2019
1 parent 9ebebad commit 049b915
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [4.3.1](https://github.com/JamieMason/syncpack/compare/4.0.1...4.3.1) (2019-02-03)

### Features

- **fix-mismatches:** output which files are (un)changed
([a79b078](https://github.com/JamieMason/syncpack/commit/a79b078))
- **format:** output which files are (un)changed
([3a08a7a](https://github.com/JamieMason/syncpack/commit/3a08a7a))
- **list:** sort output alphabetically
([f61bde4](https://github.com/JamieMason/syncpack/commit/f61bde4))

## [4.0.1](https://github.com/JamieMason/syncpack/compare/4.0.0...4.0.1) (2019-01-14)

### Bug Fixes
Expand Down
2 changes: 2 additions & 0 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ npm test

## Dev Dependencies

- [@types/chalk](https://ghub.io/@types/chalk): Stub TypeScript definitions
entry for chalk, which provides its own types definitions
- [@types/fs-extra](https://ghub.io/@types/fs-extra): TypeScript definitions for
fs-extra
- [@types/globby](https://ghub.io/@types/globby): TypeScript definitions for
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "syncpack",
"description": "Manage multiple package.json files, such as in Lerna Monorepos",
"version": "4.0.1",
"version": "4.3.1",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
Expand Down

0 comments on commit 049b915

Please sign in to comment.