Skip to content

Commit a66663f

Browse files
committed
chore(release): 4.0.0
1 parent c71009e commit a66663f

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [4.0.0](https://github.com/JamieMason/syncpack/compare/3.5.2...4.0.0) (2019-01-11)
2+
3+
### Bug Fixes
4+
5+
- **node:** support Node.js 8.x or newer
6+
([c71009e](https://github.com/JamieMason/syncpack/commit/c71009e))
7+
- **npm:** update dependencies
8+
([23b02e3](https://github.com/JamieMason/syncpack/commit/23b02e3)), closes
9+
[#15](https://github.com/JamieMason/syncpack/issues/15)
10+
11+
### BREAKING CHANGES
12+
13+
- **node:** Support Node.js 8.x or newer, Transitive Dependency ip-regex@3.0.0
14+
supports node ">=8".
15+
116
## [3.5.2](https://github.com/JamieMason/syncpack/compare/3.5.0...3.5.2) (2019-01-07)
217

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

0 commit comments

Comments
 (0)