Skip to content

Commit 92327ad

Browse files
committed
chore(release): 12.1.0
1 parent 9048e50 commit 92327ad

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,22 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [12.1.0](https://github.com/JamieMason/syncpack/compare/12.0.1...12.1.0)
8+
9+
- feat(config): support async syncpack.config.mjs [`#164`](https://github.com/JamieMason/syncpack/issues/164)
10+
- fix(local): allow missing .version if not depended on [`#183`](https://github.com/JamieMason/syncpack/issues/183)
11+
- fix(workspace): add support for workspace:^ [`#182`](https://github.com/JamieMason/syncpack/issues/182)
12+
- refactor(reports): assign reports to groups [`#184`](https://github.com/JamieMason/syncpack/issues/184)
13+
- refactor(core): switch from sync to async [`58f8bcb`](https://github.com/JamieMason/syncpack/commit/58f8bcb85fdbb70444f3322327b0c638a25858ad)
14+
- chore(core): update release-it config [`9048e50`](https://github.com/JamieMason/syncpack/commit/9048e509b5e7226cc27004a89eca7af404d972b6)
15+
- chore(github): fix test site deployment [`671d4a6`](https://github.com/JamieMason/syncpack/commit/671d4a6fc83e4f018c4285c8e46b0740294de6cd)
16+
717
#### [12.0.1](https://github.com/JamieMason/syncpack/compare/12.0.0...12.0.1)
818

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

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "syncpack",
33
"description": "Consistent dependency versions in large JavaScript Monorepos",
4-
"version": "12.0.1",
4+
"version": "12.1.0",
55
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
66
"bin": {
77
"syncpack": "dist/bin.js",

0 commit comments

Comments
 (0)