diff --git a/CHANGELOG.md b/CHANGELOG.md index 76dcaabb..5ab28ad0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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.2](https://github.com/JamieMason/syncpack/compare/12.3.1...12.3.2) + +- revert(update): revert commit a1c72704 [`1d2339b`](https://github.com/JamieMason/syncpack/commit/1d2339b284293079f267dc48f751a985031ad85f) + #### [12.3.1](https://github.com/JamieMason/syncpack/compare/12.3.0...12.3.1) +> 21 April 2024 + - 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) diff --git a/package.json b/package.json index 89b69e3c..ca23059c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "syncpack", "description": "Consistent dependency versions in large JavaScript Monorepos", - "version": "12.3.1", + "version": "12.3.2", "author": "Jamie Mason (https://github.com/JamieMason)", "bin": { "syncpack": "dist/bin.js",