Skip to content

Commit 9f2fc27

Browse files
committed
chore(release): 9.8.4
1 parent 9137df2 commit 9f2fc27

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [9.8.4](https://github.com/JamieMason/syncpack/compare/9.7.4...9.8.4) (2023-02-21)
2+
3+
4+
### Features
5+
6+
* **semver:** support resolving with lowest version ([a17e423](https://github.com/JamieMason/syncpack/commit/a17e4234730b433777f320bb5ca35e8c46545832)), closes [#110](https://github.com/JamieMason/syncpack/issues/110)
7+
8+
9+
110
## [9.7.4](https://github.com/JamieMason/syncpack/compare/9.3.2...9.7.4) (2023-02-19)
211

312

package.json

+1-1
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 and Yarn/Pnpm Workspaces",
4-
"version": "9.7.4",
4+
"version": "9.8.4",
55
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
66
"bin": {
77
"syncpack": "dist/bin.js",

0 commit comments

Comments
 (0)