Skip to content

Commit

Permalink
chore(release): 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Apr 29, 2019
1 parent 2409422 commit e4580f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.4.1](https://github.com/JamieMason/syncpack/compare/4.3.1...4.4.1) (2019-04-29)

### Features

- **options:** add dependency filter regex
([9df5684](https://github.com/JamieMason/syncpack/commit/9df5684))

## [4.3.1](https://github.com/JamieMason/syncpack/compare/4.0.1...4.3.1) (2019-02-03)

### Features
Expand Down
4 changes: 2 additions & 2 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ npm test
entry for chalk, which provides its own types definitions
- [@types/fs-extra](https://ghub.io/@types/fs-extra): TypeScript definitions for
fs-extra
- [@types/globby](https://ghub.io/@types/globby): TypeScript definitions for
globby
- [@types/globby](https://ghub.io/@types/globby): Stub TypeScript definitions
entry for globby, which provides its own types definitions
- [@types/jest](https://ghub.io/@types/jest): TypeScript definitions for Jest
- [@types/lodash](https://ghub.io/@types/lodash): TypeScript definitions for
Lo-Dash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "syncpack",
"description": "Manage multiple package.json files, such as in Lerna Monorepos",
"version": "4.3.1",
"version": "4.4.1",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
Expand Down

0 comments on commit e4580f6

Please sign in to comment.