diff --git a/CHANGELOG.md b/CHANGELOG.md index cc82b53e..0e455518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 28b7be36..751442df 100644 --- a/package.json +++ b/package.json @@ -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 (https://github.com/JamieMason)", "bin": { "syncpack": "dist/bin.js",