Skip to content

Commit

Permalink
chore(release): 10.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Jul 31, 2023
1 parent 6dd5aaf commit 957f79a
Show file tree
Hide file tree
Showing 3 changed files with 13 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 @@
## [10.9.3](https://github.com/JamieMason/syncpack/compare/10.7.3...10.9.3) (2023-07-31)


### Features

* **node:** support >=16 ([ea6cacf](https://github.com/JamieMason/syncpack/commit/ea6cacf2066cb909ec4866d52f2bb93d297c052a)), closes [#148](https://github.com/JamieMason/syncpack/issues/148)
* **versions:** support npm: alias protocol ([2a7ef86](https://github.com/JamieMason/syncpack/commit/2a7ef8645d458f0a65c51bf362f99902a0691800)), closes [#151](https://github.com/JamieMason/syncpack/issues/151)



## [10.7.3](https://github.com/JamieMason/syncpack/compare/10.7.2...10.7.3) (2023-07-03)


Expand Down
2 changes: 2 additions & 0 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ npm test
- [fs-extra](https://ghub.io/fs-extra): fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
- [globby](https://ghub.io/globby): User-friendly glob matching
- [minimatch](https://ghub.io/minimatch): a glob matcher in javascript
- [npm-package-arg](https://ghub.io/npm-package-arg): Parse the things that can be arguments to `npm install`
- [ora](https://ghub.io/ora): Elegant terminal spinner
- [prompts](https://ghub.io/prompts): Lightweight, beautiful and user-friendly prompts
- [read-yaml-file](https://ghub.io/read-yaml-file): Read and parse a YAML file
Expand All @@ -48,6 +49,7 @@ npm test
- [@types/fs-extra](https://ghub.io/@types/fs-extra): TypeScript definitions for fs-extra
- [@types/jest](https://ghub.io/@types/jest): TypeScript definitions for Jest
- [@types/node](https://ghub.io/@types/node): TypeScript definitions for Node.js
- [@types/npm-package-arg](https://ghub.io/@types/npm-package-arg): TypeScript definitions for npm-package-arg
- [@types/prompts](https://ghub.io/@types/prompts): TypeScript definitions for prompts
- [@types/semver](https://ghub.io/@types/semver): TypeScript definitions for semver
- [@typescript-eslint/eslint-plugin](https://ghub.io/@typescript-eslint/eslint-plugin): TypeScript plugin for ESLint
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": "Consistent dependency versions in large JavaScript Monorepos",
"version": "10.7.3",
"version": "10.9.3",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
Expand Down

0 comments on commit 957f79a

Please sign in to comment.