Skip to content

Commit 6f9362a

Browse files
committed
chore(release): 13.0.0
1 parent 3a52db0 commit 6f9362a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [13.0.0](https://github.com/JamieMason/syncpack/compare/12.4.0...13.0.0)
8+
9+
- docs(site): update schema example to reference node_modules [`#240`](https://github.com/JamieMason/syncpack/issues/240)
10+
- **Breaking change:** fix(engines): ensure correct required node version [`#237`](https://github.com/JamieMason/syncpack/issues/237)
11+
- **Breaking change:** feat(core): preserve formatting when applying fixes [`#241`](https://github.com/JamieMason/syncpack/issues/241) [`#195`](https://github.com/JamieMason/syncpack/issues/195)
12+
- chore(scripts): switch to biome [`c652853`](https://github.com/JamieMason/syncpack/commit/c6528535c37f95aa77aff3c19d9add4ce935ab4b)
13+
- fix(npm): run pnpm update [`f1e6ce2`](https://github.com/JamieMason/syncpack/commit/f1e6ce2151c2cae964296cb38534a9d4c8bc66de)
14+
- fix(npm): remove unused peer dependencies [`aac4e24`](https://github.com/JamieMason/syncpack/commit/aac4e24f7fdd472b0b02224b18006df1085d6fda)
15+
716
#### [12.4.0](https://github.com/JamieMason/syncpack/compare/12.3.3...12.4.0)
817

18+
> 24 July 2024
19+
920
- feat(groups): handle negation for packages option [`#232`](https://github.com/JamieMason/syncpack/issues/232)
1021
- docs(site): update customTypes docs [`#202`](https://github.com/JamieMason/syncpack/issues/202)
1122
- fix(format): use localeCompare for sorting [`#206`](https://github.com/JamieMason/syncpack/issues/206) [`#214`](https://github.com/JamieMason/syncpack/issues/214)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "syncpack",
33
"description": "Consistent dependency versions in large JavaScript Monorepos",
4-
"version": "12.4.0",
4+
"version": "13.0.0",
55
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
66
"bin": {
77
"syncpack": "dist/bin.js",

0 commit comments

Comments
 (0)