Skip to content

Commit

Permalink
chore(release): 12.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Jul 24, 2024
1 parent c2a7744 commit 80a102f
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,10 +4,23 @@ 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.4.0](https://github.com/JamieMason/syncpack/compare/12.3.3...12.4.0)

- feat(groups): handle negation for packages option [`#232`](https://github.com/JamieMason/syncpack/issues/232)
- docs(site): update customTypes docs [`#202`](https://github.com/JamieMason/syncpack/issues/202)
- fix(format): use localeCompare for sorting [`#206`](https://github.com/JamieMason/syncpack/issues/206) [`#214`](https://github.com/JamieMason/syncpack/issues/214)
- 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)
- fix(npm): update dependencies [`bbf2cd9`](https://github.com/JamieMason/syncpack/commit/bbf2cd9282d9d3f660e5fccd43bcc2e9fa020888)
- fix(npm): apply breaking changes after updates [`c2a7744`](https://github.com/JamieMason/syncpack/commit/c2a7744a7eb69c4b6f258f346b282fdf4b607d52)
- style(source): run formatters [`1e01808`](https://github.com/JamieMason/syncpack/commit/1e018088b46e1419cc16a4bc9b349a977ac1041f)

#### [12.3.3](https://github.com/JamieMason/syncpack/compare/12.3.2...12.3.3)

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

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

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

0 comments on commit 80a102f

Please sign in to comment.