diff --git a/CHANGELOG.md b/CHANGELOG.md index cf669b47..8976ebf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [9.0.2](https://github.com/JamieMason/syncpack/compare/9.0.0...9.0.2) (2023-02-15) + + +### Bug Fixes + +* **options:** fix --source regression in 9.0.0 ([379409f](https://github.com/JamieMason/syncpack/commit/379409f892e98532ed52ec974da3c4ec73618d63)), closes [#116](https://github.com/JamieMason/syncpack/issues/116) +* **semver:** fix false positive for workspace mismatches ([4f696c5](https://github.com/JamieMason/syncpack/commit/4f696c5de4b7a4106b05b4c2de1e76f607ba5ca2)) + + + # [9.0.0](https://github.com/JamieMason/syncpack/compare/8.5.14...9.0.0) (2023-02-14) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 42347878..8b197c8a 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -52,6 +52,7 @@ npm test - [prettier](https://ghub.io/prettier): Prettier is an opinionated code formatter - [rimraf](https://ghub.io/rimraf): A deep deletion module for node (like `rm -rf`) - [ts-jest](https://ghub.io/ts-jest): A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript +- [ts-node](https://ghub.io/ts-node): TypeScript execution environment and REPL for node.js, with source map support - [typescript](https://ghub.io/typescript): TypeScript is a language for application scale JavaScript development ## License diff --git a/package.json b/package.json index 03eea637..ed24a13e 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.0", + "version": "9.0.2", "author": "Jamie Mason (https://github.com/JamieMason)", "bin": { "syncpack": "dist/bin.js",