Skip to content

Commit

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


### Features

* **semver:** mention unsupported versions in output ([69edcaf](https://github.com/JamieMason/syncpack/commit/69edcaf9ad2a64c58b5e6dfddfef3bd1e937327e)), closes [#121](https://github.com/JamieMason/syncpack/issues/121) [#119](https://github.com/JamieMason/syncpack/issues/119)


### Reverts

* **fix-mismatches:** don't remove nested empty objects ([393d004](https://github.com/JamieMason/syncpack/commit/393d004a70e02d44d73c921b80ad5db1454c4ddd)), closes [#117](https://github.com/JamieMason/syncpack/issues/117)



## [9.0.2](https://github.com/JamieMason/syncpack/compare/9.0.0...9.0.2) (2023-02-15)


Expand Down
1 change: 1 addition & 0 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ npm test
- [@typescript-eslint/parser](https://ghub.io/@typescript-eslint/parser): An ESLint custom parser which leverages TypeScript ESTree
- [eslint](https://ghub.io/eslint): An AST-based pattern checker for JavaScript.
- [eslint-plugin-import](https://ghub.io/eslint-plugin-import): Import with sanity.
- [eslint-plugin-jest](https://ghub.io/eslint-plugin-jest): ESLint rules for Jest
- [expect-more-jest](https://ghub.io/expect-more-jest): Write Beautiful Specs with Custom Matchers for Jest
- [jest](https://ghub.io/jest): Delightful JavaScript Testing.
- [prettier](https://ghub.io/prettier): Prettier is an opinionated code formatter
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": "9.0.2",
"version": "9.1.2",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
Expand Down

0 comments on commit 27b2ffe

Please sign in to comment.