Skip to content

Commit

Permalink
chore(release): 13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Aug 25, 2024
1 parent 3a52db0 commit 6f9362a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,19 @@ 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).

#### [13.0.0](https://github.com/JamieMason/syncpack/compare/12.4.0...13.0.0)

- docs(site): update schema example to reference node_modules [`#240`](https://github.com/JamieMason/syncpack/issues/240)
- **Breaking change:** fix(engines): ensure correct required node version [`#237`](https://github.com/JamieMason/syncpack/issues/237)
- **Breaking change:** feat(core): preserve formatting when applying fixes [`#241`](https://github.com/JamieMason/syncpack/issues/241) [`#195`](https://github.com/JamieMason/syncpack/issues/195)
- chore(scripts): switch to biome [`c652853`](https://github.com/JamieMason/syncpack/commit/c6528535c37f95aa77aff3c19d9add4ce935ab4b)
- fix(npm): run pnpm update [`f1e6ce2`](https://github.com/JamieMason/syncpack/commit/f1e6ce2151c2cae964296cb38534a9d4c8bc66de)
- fix(npm): remove unused peer dependencies [`aac4e24`](https://github.com/JamieMason/syncpack/commit/aac4e24f7fdd472b0b02224b18006df1085d6fda)

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

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

0 comments on commit 6f9362a

Please sign in to comment.