Skip to content

Commit

Permalink
chore(release): 4.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Jul 16, 2019
1 parent e07cc44 commit 7270e3c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.5.4](https://github.com/JamieMason/syncpack/compare/4.5.3...4.5.4) (2019-07-16)


### Bug Fixes

* **npm:** update dependencies ([e07cc44](https://github.com/JamieMason/syncpack/commit/e07cc44)), closes [#28](https://github.com/JamieMason/syncpack/issues/28)



## [4.5.3](https://github.com/JamieMason/syncpack/compare/4.5.2...4.5.3) (2019-06-17)


Expand Down
2 changes: 0 additions & 2 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ 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): Stub TypeScript definitions entry for globby, which provides its own types definitions
- [@types/jest](https://ghub.io/@types/jest): TypeScript definitions for Jest
- [@types/lodash](https://ghub.io/@types/lodash): TypeScript definitions for Lo-Dash
- [@types/mock-fs](https://ghub.io/@types/mock-fs): TypeScript definitions for mock-fs
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 and Yarn Workspaces",
"version": "4.5.3",
"version": "4.5.4",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
Expand Down

0 comments on commit 7270e3c

Please sign in to comment.