Skip to content

Commit

Permalink
chore(release): 12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Dec 24, 2023
1 parent 50d2d6a commit eabbfb8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0](https://github.com/JamieMason/syncpack/compare/12.0.0-alpha.1...12.0.0)

- 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(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)

#### [12.0.0-alpha.1](https://github.com/JamieMason/syncpack/compare/12.0.0-alpha.0...12.0.0-alpha.1)

> 23 December 2023
- docs(site): switch to astro starlight [`6c85916`](https://github.com/JamieMason/syncpack/commit/6c85916ba3a4a7246668afa808b740ffe2b548b6)
- chore(test): migrate to vitest [`db0434b`](https://github.com/JamieMason/syncpack/commit/db0434b34964d47859c6077e581b611b75df9d76)
- chore(github): add release-it [`1cab0f4`](https://github.com/JamieMason/syncpack/commit/1cab0f4aabbf780228dec3411d8a68468778084b)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-alpha.1",
"version": "12.0.0",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
Expand Down

0 comments on commit eabbfb8

Please sign in to comment.