Skip to content

Commit 221a9c7

Browse files
committed
chore(release): 7.1.0
1 parent 4b19a13 commit 221a9c7

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+
# [7.1.0](https://github.com/JamieMason/syncpack/compare/7.0.0...7.1.0) (2022-05-01)
2+
3+
4+
### Features
5+
6+
* **cli:** add --config to specify path to config file ([4b19a13](https://github.com/JamieMason/syncpack/commit/4b19a1375a7856bffb50c9fda84a3a8b6def877b)), closes [#71](https://github.com/JamieMason/syncpack/issues/71) [#72](https://github.com/JamieMason/syncpack/issues/72)
7+
8+
9+
110
# [7.0.0](https://github.com/JamieMason/syncpack/compare/6.2.1...7.0.0) (2022-04-27)
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": "7.0.0",
4+
"version": "7.1.0",
55
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
66
"bin": {
77
"syncpack": "dist/bin.js",

0 commit comments

Comments
 (0)