Skip to content

Commit

Permalink
chore(release): 8.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Oct 28, 2022
1 parent 5f51695 commit 4723b1a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [8.2.5](https://github.com/JamieMason/syncpack/compare/8.2.4...8.2.5) (2022-10-28)


### Bug Fixes

* **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)



## [8.2.4](https://github.com/JamieMason/syncpack/compare/8.0.0...8.2.4) (2022-06-25)


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

0 comments on commit 4723b1a

Please sign in to comment.