From 27b2ffee1f1cff51e3306ef2df52e248643bfcd0 Mon Sep 17 00:00:00 2001 From: Jamie Mason Date: Thu, 16 Feb 2023 23:05:26 +0000 Subject: [PATCH] chore(release): 9.1.2 --- CHANGELOG.md | 14 ++++++++++++++ DEPENDENCIES.md | 1 + package.json | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8976ebf7..e96318d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 8b197c8a..264b310d 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -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 diff --git a/package.json b/package.json index c5370afa..d5f9aafa 100644 --- a/package.json +++ b/package.json @@ -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 (https://github.com/JamieMason)", "bin": { "syncpack": "dist/bin.js",