Skip to content

Commit

Permalink
chore(release): 9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Feb 15, 2023
1 parent 4f696c5 commit 8de696b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
1 change: 1 addition & 0 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.0",
"version": "9.0.2",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
Expand Down

0 comments on commit 8de696b

Please sign in to comment.