Skip to content

Commit

Permalink
chore(release): 12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Dec 29, 2023
1 parent 9048e50 commit 92327ad
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,22 @@ 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.1.0](https://github.com/JamieMason/syncpack/compare/12.0.1...12.1.0)

- 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(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)

> 26 December 2023
- fix(effect): add peer for @effect/schema [`#180`](https://github.com/JamieMason/syncpack/issues/180) [`#181`](https://github.com/JamieMason/syncpack/issues/181)
- chore(release): 12.0.1 [`e170485`](https://github.com/JamieMason/syncpack/commit/e170485c19d0d569fde65271df5023c25ebde0ff)

### [12.0.0](https://github.com/JamieMason/syncpack/compare/12.0.0-alpha.1...12.0.0)

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.0.1",
"version": "12.1.0",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
Expand Down

0 comments on commit 92327ad

Please sign in to comment.