We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2a340 commit 20462bdCopy full SHA for 20462bd
2 files changed
CHANGELOG.md
@@ -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
9
# [4.0.0](https://github.com/JamieMason/syncpack/compare/3.5.2...4.0.0) (2019-01-11)
10
11
### Bug Fixes
package.json
@@ -1,7 +1,7 @@
{
"name": "syncpack",
"description": "Manage multiple package.json files, such as in Lerna Monorepos",
- "version": "4.0.0",
+ "version": "4.0.1",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
0 commit comments