Skip to content

Commit

Permalink
chore(release): 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed May 6, 2019
1 parent f8cea85 commit 13889a5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
## [4.4.2](https://github.com/JamieMason/syncpack/compare/4.4.1...4.4.2) (2019-05-06)

### Bug Fixes

- **filter:** --filter is a string, not a boolean
([5587f2b](https://github.com/JamieMason/syncpack/commit/5587f2b))

## [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))
([bfb1f1d](https://github.com/JamieMason/syncpack/commit/bfb1f1d)), closes
[#18](https://github.com/JamieMason/syncpack/issues/18)

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

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.4.1",
"version": "4.4.2",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
Expand Down

0 comments on commit 13889a5

Please sign in to comment.