Skip to content

Commit

Permalink
chore(release): 12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Dec 30, 2023
1 parent 68c41cc commit b77ca16
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,25 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [12.2.0](https://github.com/JamieMason/syncpack/compare/12.1.0...12.2.0)

- feat(core): add specifier type for * & latest [`#174`](https://github.com/JamieMason/syncpack/issues/174)
- feat(groups): target instances by specifier type [`#163`](https://github.com/JamieMason/syncpack/issues/163)
- docs(site): update npm dependencies [`601477a`](https://github.com/JamieMason/syncpack/commit/601477a6e436ec09d29320d6b068de33d38ae0aa)
- docs(site): tidy layout of required/optional pills [`698742e`](https://github.com/JamieMason/syncpack/commit/698742e8ef734e422e217f0e3cbc139a6070cfa2)
- docs(site): document specifierTypes [`ef70ce1`](https://github.com/JamieMason/syncpack/commit/ef70ce16a5928fcb381d18b7d62cccbfcd3ff3ff)

#### [12.1.0](https://github.com/JamieMason/syncpack/compare/12.0.1...12.1.0)

> 29 December 2023
- feat(config): support async syncpack.config.mjs [`#164`](https://github.com/JamieMason/syncpack/issues/164)
- fix(local): allow missing .version if not depended on [`#183`](https://github.com/JamieMason/syncpack/issues/183)
- fix(workspace): add support for workspace:^ [`#182`](https://github.com/JamieMason/syncpack/issues/182)
- refactor(reports): assign reports to groups [`#184`](https://github.com/JamieMason/syncpack/issues/184)
- refactor(core): switch from sync to async [`58f8bcb`](https://github.com/JamieMason/syncpack/commit/58f8bcb85fdbb70444f3322327b0c638a25858ad)
- chore(release): 12.1.0 [`92327ad`](https://github.com/JamieMason/syncpack/commit/92327ad8161faba6e89751b8665c41a31f98a395)
- chore(core): update release-it config [`9048e50`](https://github.com/JamieMason/syncpack/commit/9048e509b5e7226cc27004a89eca7af404d972b6)
- chore(github): fix test site deployment [`671d4a6`](https://github.com/JamieMason/syncpack/commit/671d4a6fc83e4f018c4285c8e46b0740294de6cd)

#### [12.0.1](https://github.com/JamieMason/syncpack/compare/12.0.0...12.0.1)

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": "12.1.0",
"version": "12.2.0",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
Expand Down

0 comments on commit b77ca16

Please sign in to comment.