diff --git a/CHANGELOG.md b/CHANGELOG.md index c06d801b..85edaadc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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.0](https://github.com/JamieMason/syncpack/compare/12.2.0...12.3.0) + +- 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) +- 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) + #### [12.2.0](https://github.com/JamieMason/syncpack/compare/12.1.0...12.2.0) +> 30 December 2023 + - feat(core): add specifier type for * & latest [`#174`](https://github.com/JamieMason/syncpack/issues/174) - feat(groups): target instances by specifier type [`#163`](https://github.com/JamieMason/syncpack/issues/163) - docs(site): update npm dependencies [`601477a`](https://github.com/JamieMason/syncpack/commit/601477a6e436ec09d29320d6b068de33d38ae0aa) diff --git a/package.json b/package.json index 0e4c5186..f674d8d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "syncpack", "description": "Consistent dependency versions in large JavaScript Monorepos", - "version": "12.2.0", + "version": "12.3.0", "author": "Jamie Mason (https://github.com/JamieMason)", "bin": { "syncpack": "dist/bin.js",