Skip to content

Commit 4723b1a

Browse files
committed
chore(release): 8.2.5
1 parent 5f51695 commit 4723b1a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [8.2.5](https://github.com/JamieMason/syncpack/compare/8.2.4...8.2.5) (2022-10-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **format:** skip .repository when its .directory is present ([688bc0c](https://github.com/JamieMason/syncpack/commit/688bc0c29c09b4ea3e289f4584a6cc62adec936e)), closes [#91](https://github.com/JamieMason/syncpack/issues/91) [#93](https://github.com/JamieMason/syncpack/issues/93) [#100](https://github.com/JamieMason/syncpack/issues/100)
7+
8+
9+
110
## [8.2.4](https://github.com/JamieMason/syncpack/compare/8.0.0...8.2.4) (2022-06-25)
211

312

package.json

Lines changed: 1 addition & 1 deletion
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": "8.2.4",
4+
"version": "8.2.5",
55
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
66
"bin": {
77
"syncpack": "dist/bin.js",

0 commit comments

Comments
 (0)