diff --git a/CHANGELOG.md b/CHANGELOG.md index abb8ed59..9ee0db4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +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.0.0](https://github.com/JamieMason/syncpack/compare/12.0.0-alpha.1...12.0.0) +#### [12.0.1](https://github.com/JamieMason/syncpack/compare/12.0.0...12.0.1) + +- fix(effect): add peer for @effect/schema [`#180`](https://github.com/JamieMason/syncpack/issues/180) [`#181`](https://github.com/JamieMason/syncpack/issues/181) + +### [12.0.0](https://github.com/JamieMason/syncpack/compare/12.0.0-alpha.1...12.0.0) + +> 24 December 2023 - fix(cli): make status codes easier to read [`#172`](https://github.com/JamieMason/syncpack/issues/172) - feat(update): prompt formatted repository url [`#178`](https://github.com/JamieMason/syncpack/issues/178) [`#177`](https://github.com/JamieMason/syncpack/issues/177) +- chore(release): 12.0.0 [`eabbfb8`](https://github.com/JamieMason/syncpack/commit/eabbfb850a93f622090bfb0f0578d4b8a538610b) - chore(core): take v12 out of alpha [`50d2d6a`](https://github.com/JamieMason/syncpack/commit/50d2d6a70f2bca7d0289472122f45f7f08dbc9b7) - docs(readme): update note on v12 alpha [`7fa1c2c`](https://github.com/JamieMason/syncpack/commit/7fa1c2c25a6f391c777cf182e110e4303cd4bbb5) diff --git a/package.json b/package.json index 92ba66d8..9aa6d42b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "syncpack", "description": "Consistent dependency versions in large JavaScript Monorepos", - "version": "12.0.0", + "version": "12.0.1", "author": "Jamie Mason (https://github.com/JamieMason)", "bin": { "syncpack": "dist/bin.js",