Skip to content

Commit

Permalink
chore(release): 12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Dec 26, 2023
1 parent 04bdf63 commit e170485
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <jamie@foldleft.io> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
Expand Down

0 comments on commit e170485

Please sign in to comment.