Skip to content

Commit

Permalink
chore(release): 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed May 2, 2022
1 parent b9a9f5d commit 0004b77
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [7.2.1](https://github.com/JamieMason/syncpack/compare/7.1.0...7.2.1) (2022-05-02)


### Bug Fixes

* **npm:** update dependencies ([b9a9f5d](https://github.com/JamieMason/syncpack/commit/b9a9f5da2dee72e8aea7ccebca7607c80cd8391e))


### Features

* **versionGroups:** mark specific dependencies for removal ([e571775](https://github.com/JamieMason/syncpack/commit/e571775ebc120786b2742d0047dc8f79f7f8a539)), closes [#65](https://github.com/JamieMason/syncpack/issues/65)



# [7.1.0](https://github.com/JamieMason/syncpack/compare/7.0.0...7.1.0) (2022-05-01)


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

0 comments on commit 0004b77

Please sign in to comment.