Skip to content

Commit e4580f6

Browse files
committed
chore(release): 4.4.1
1 parent 2409422 commit e4580f6

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.4.1](https://github.com/JamieMason/syncpack/compare/4.3.1...4.4.1) (2019-04-29)
2+
3+
### Features
4+
5+
- **options:** add dependency filter regex
6+
([9df5684](https://github.com/JamieMason/syncpack/commit/9df5684))
7+
18
## [4.3.1](https://github.com/JamieMason/syncpack/compare/4.0.1...4.3.1) (2019-02-03)
29

310
### Features

DEPENDENCIES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ npm test
3939
entry for chalk, which provides its own types definitions
4040
- [@types/fs-extra](https://ghub.io/@types/fs-extra): TypeScript definitions for
4141
fs-extra
42-
- [@types/globby](https://ghub.io/@types/globby): TypeScript definitions for
43-
globby
42+
- [@types/globby](https://ghub.io/@types/globby): Stub TypeScript definitions
43+
entry for globby, which provides its own types definitions
4444
- [@types/jest](https://ghub.io/@types/jest): TypeScript definitions for Jest
4545
- [@types/lodash](https://ghub.io/@types/lodash): TypeScript definitions for
4646
Lo-Dash

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

0 commit comments

Comments
 (0)