Skip to content

Commit

Permalink
chore(release): 9.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Feb 17, 2023
1 parent ff466af commit d8ab5da
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [9.3.2](https://github.com/JamieMason/syncpack/compare/9.1.2...9.3.2) (2023-02-17)


### Features

* **groups:** add optional label to semver/version groups ([ff466af](https://github.com/JamieMason/syncpack/commit/ff466af88850bd8ddd1d80d0a272bae85b39cbe1)), closes [#118](https://github.com/JamieMason/syncpack/issues/118)
* **groups:** output groups in order they're defined ([88950f1](https://github.com/JamieMason/syncpack/commit/88950f1208405d3c25a743e03fa59053a1c7662a)), closes [#120](https://github.com/JamieMason/syncpack/issues/120)



## [9.1.2](https://github.com/JamieMason/syncpack/compare/9.0.2...9.1.2) (2023-02-16)


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

0 comments on commit d8ab5da

Please sign in to comment.