Skip to content

Commit

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


### Bug Fixes

* **npm:** update dependencies ([f2c0322](https://github.com/JamieMason/syncpack/commit/f2c0322ccb1724b566bf818c0a3b03ac3ed9a27e))
* **npm:** update dependencies ([3ec1361](https://github.com/JamieMason/syncpack/commit/3ec13613d1f7446d7798adabf33eb82101c51ee8))
* **output:** remove console.log in readConfigFileSync ([1c51366](https://github.com/JamieMason/syncpack/commit/1c51366a557f2a69e441c33f29d4927c9cdf88f5)), closes [#106](https://github.com/JamieMason/syncpack/issues/106)


### Features

* **cli:** tidy log output and make it more consistent ([cb58070](https://github.com/JamieMason/syncpack/commit/cb58070e646d80acec893e72154a96a25ae8d8ca))



## [8.4.11](https://github.com/JamieMason/syncpack/compare/8.4.10...8.4.11) (2022-12-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": "8.4.11",
"version": "8.5.14",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
Expand Down

0 comments on commit 95e26ee

Please sign in to comment.