From 6bd199ae2a180db66d481951251e08822bceaeb0 Mon Sep 17 00:00:00 2001 From: Jamie Mason Date: Sun, 21 Apr 2024 13:20:32 +0100 Subject: [PATCH] chore(release): 12.3.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85edaadc..76dcaabb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +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). +#### [12.3.1](https://github.com/JamieMason/syncpack/compare/12.3.0...12.3.1) + +- fix(npm): update dependencies [`90e7d70`](https://github.com/JamieMason/syncpack/commit/90e7d7094abc13ac7d63f70e5dde7f4c9a7af49e) +- fix(core): switch to ESM & update dependencies [`b02c421`](https://github.com/JamieMason/syncpack/commit/b02c4215e06fe28d83656860095dc72244913ad2) +- refactor(effect): run @effect/codemod [`c0d08d5`](https://github.com/JamieMason/syncpack/commit/c0d08d571cb595fc877477cec22b2d928b2ef1bc) + #### [12.3.0](https://github.com/JamieMason/syncpack/compare/12.2.0...12.3.0) +> 30 December 2023 + - feat(lint): check files are formatted [`#102`](https://github.com/JamieMason/syncpack/issues/102) - feat(format): sort .exports, expose more config [`#142`](https://github.com/JamieMason/syncpack/issues/142) +- chore(release): 12.3.0 [`40fef6a`](https://github.com/JamieMason/syncpack/commit/40fef6a334a36b56b933863a56a0adc061e2f66e) - docs(readme): fix centre alignment of logo [`ae5ac07`](https://github.com/JamieMason/syncpack/commit/ae5ac07e9e058f24b32adcdb675a12e2fcfc12e8) - chore(core): update release-it config [`93208dd`](https://github.com/JamieMason/syncpack/commit/93208dd6aeb1b354d266f342928ef7a43a9886b1) diff --git a/package.json b/package.json index af55518e..89b69e3c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "syncpack", "description": "Consistent dependency versions in large JavaScript Monorepos", - "version": "12.3.0", + "version": "12.3.1", "author": "Jamie Mason (https://github.com/JamieMason)", "bin": { "syncpack": "dist/bin.js",