Skip to content

Commit 95e26ee

Browse files
committed
chore(release): 8.5.14
1 parent cb58070 commit 95e26ee

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [8.5.14](https://github.com/JamieMason/syncpack/compare/8.4.11...8.5.14) (2023-02-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **npm:** update dependencies ([f2c0322](https://github.com/JamieMason/syncpack/commit/f2c0322ccb1724b566bf818c0a3b03ac3ed9a27e))
7+
* **npm:** update dependencies ([3ec1361](https://github.com/JamieMason/syncpack/commit/3ec13613d1f7446d7798adabf33eb82101c51ee8))
8+
* **output:** remove console.log in readConfigFileSync ([1c51366](https://github.com/JamieMason/syncpack/commit/1c51366a557f2a69e441c33f29d4927c9cdf88f5)), closes [#106](https://github.com/JamieMason/syncpack/issues/106)
9+
10+
11+
### Features
12+
13+
* **cli:** tidy log output and make it more consistent ([cb58070](https://github.com/JamieMason/syncpack/commit/cb58070e646d80acec893e72154a96a25ae8d8ca))
14+
15+
16+
117
## [8.4.11](https://github.com/JamieMason/syncpack/compare/8.4.10...8.4.11) (2022-12-01)
218

319

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.4.11",
4+
"version": "8.5.14",
55
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
66
"bin": {
77
"syncpack": "dist/bin.js",

0 commit comments

Comments
 (0)