Skip to content

Commit 20462bd

Browse files
committed
chore(release): 4.0.1
1 parent 3e2a340 commit 20462bd

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [4.0.1](https://github.com/JamieMason/syncpack/compare/4.0.0...4.0.1) (2019-01-14)
2+
3+
### Bug Fixes
4+
5+
- **ci:** cannot read property concat of undefined
6+
([46a45e2](https://github.com/JamieMason/syncpack/commit/46a45e2)), closes
7+
[#16](https://github.com/JamieMason/syncpack/issues/16)
8+
19
# [4.0.0](https://github.com/JamieMason/syncpack/compare/3.5.2...4.0.0) (2019-01-11)
210

311
### Bug Fixes

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

0 commit comments

Comments
 (0)