Skip to content

Commit 80a102f

Browse files
committed
chore(release): 12.4.0
1 parent c2a7744 commit 80a102f

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,10 +4,23 @@ 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.4.0](https://github.com/JamieMason/syncpack/compare/12.3.3...12.4.0)
8+
9+
- feat(groups): handle negation for packages option [`#232`](https://github.com/JamieMason/syncpack/issues/232)
10+
- docs(site): update customTypes docs [`#202`](https://github.com/JamieMason/syncpack/issues/202)
11+
- fix(format): use localeCompare for sorting [`#206`](https://github.com/JamieMason/syncpack/issues/206) [`#214`](https://github.com/JamieMason/syncpack/issues/214)
12+
- fix(config): add $schema property to types [`#200`](https://github.com/JamieMason/syncpack/issues/200) [`#207`](https://github.com/JamieMason/syncpack/issues/207) [`#236`](https://github.com/JamieMason/syncpack/issues/236)
13+
- fix(npm): update dependencies [`bbf2cd9`](https://github.com/JamieMason/syncpack/commit/bbf2cd9282d9d3f660e5fccd43bcc2e9fa020888)
14+
- fix(npm): apply breaking changes after updates [`c2a7744`](https://github.com/JamieMason/syncpack/commit/c2a7744a7eb69c4b6f258f346b282fdf4b607d52)
15+
- style(source): run formatters [`1e01808`](https://github.com/JamieMason/syncpack/commit/1e018088b46e1419cc16a4bc9b349a977ac1041f)
16+
717
#### [12.3.3](https://github.com/JamieMason/syncpack/compare/12.3.2...12.3.3)
818

19+
> 24 June 2024
20+
921
- fix(npm): use types export in package.json [`#218`](https://github.com/JamieMason/syncpack/issues/218) [`#219`](https://github.com/JamieMason/syncpack/issues/219)
1022
- chore(github): update actions [`20ac0cd`](https://github.com/JamieMason/syncpack/commit/20ac0cd4c5a94b4e1a07eb802c24f8934fc47627)
23+
- chore(release): 12.3.3 [`e85b234`](https://github.com/JamieMason/syncpack/commit/e85b2343764b51846c731ac39dc701cb9cae7846)
1124

1225
#### [12.3.2](https://github.com/JamieMason/syncpack/compare/12.3.1...12.3.2)
1326

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.3.3",
4+
"version": "12.4.0",
55
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
66
"bin": {
77
"syncpack": "dist/bin.js",

0 commit comments

Comments
 (0)