From 80a102f5f13fbe98b9b661833e8a1bab6c42ac18 Mon Sep 17 00:00:00 2001 From: Jamie Mason Date: Wed, 24 Jul 2024 08:28:48 +0100 Subject: [PATCH] chore(release): 12.4.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d769face..cc82b53e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 67803af8..f0d9ab38 100644 --- a/package.json +++ b/package.json @@ -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 (https://github.com/JamieMason)", "bin": { "syncpack": "dist/bin.js",