Skip to content

Commit 7270e3c

Browse files
committed
chore(release): 4.5.4
1 parent e07cc44 commit 7270e3c

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.5.4](https://github.com/JamieMason/syncpack/compare/4.5.3...4.5.4) (2019-07-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **npm:** update dependencies ([e07cc44](https://github.com/JamieMason/syncpack/commit/e07cc44)), closes [#28](https://github.com/JamieMason/syncpack/issues/28)
7+
8+
9+
110
## [4.5.3](https://github.com/JamieMason/syncpack/compare/4.5.2...4.5.3) (2019-06-17)
211

312

DEPENDENCIES.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ npm test
3333

3434
## Dev Dependencies
3535

36-
- [@types/chalk](https://ghub.io/@types/chalk): Stub TypeScript definitions entry for chalk, which provides its own types definitions
3736
- [@types/fs-extra](https://ghub.io/@types/fs-extra): TypeScript definitions for fs-extra
38-
- [@types/globby](https://ghub.io/@types/globby): Stub TypeScript definitions entry for globby, which provides its own types definitions
3937
- [@types/jest](https://ghub.io/@types/jest): TypeScript definitions for Jest
4038
- [@types/lodash](https://ghub.io/@types/lodash): TypeScript definitions for Lo-Dash
4139
- [@types/mock-fs](https://ghub.io/@types/mock-fs): TypeScript definitions for mock-fs

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": "Manage multiple package.json files, such as in Lerna Monorepos and Yarn Workspaces",
4-
"version": "4.5.3",
4+
"version": "4.5.4",
55
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
66
"bin": {
77
"syncpack": "dist/bin.js",

0 commit comments

Comments
 (0)