Skip to content

Commit 6803d14

Browse files
committed
chore(release): 13.0.1
1 parent e5aa491 commit 6803d14

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,30 @@ 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)
7+
#### [13.0.1](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.1...13.0.1)
8+
9+
- fix(types): allow additional customTypes properties [`#255`](https://github.com/JamieMason/syncpack/issues/255)
10+
- fix(npm): update dependencies [`fee1f06`](https://github.com/JamieMason/syncpack/commit/fee1f067026a0657ce9ac5dd4e73ee9ba9299b03)
11+
- chore(zed): update biome settings [`7a9cb38`](https://github.com/JamieMason/syncpack/commit/7a9cb388854e036c412ecb8fcd86b9488712f7ee)
12+
- chore(scripts): workaround import asserts support [`ed41ee5`](https://github.com/JamieMason/syncpack/commit/ed41ee51ba0202041330d678d79613d33aa630e7)
13+
14+
#### [14.0.0-alpha.1](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.0...14.0.0-alpha.1)
15+
16+
> 1 November 2024
17+
18+
- chore(release): 14.0.0-alpha.1 [`2374a46`](https://github.com/JamieMason/syncpack/commit/2374a4607c067df65e8ba7a64a6078a475452bf8)
19+
20+
#### [14.0.0-alpha.0](https://github.com/JamieMason/syncpack/compare/13.0.0...14.0.0-alpha.0)
21+
22+
> 1 November 2024
23+
24+
- chore(release): 14.0.0-alpha.0 [`f8d0918`](https://github.com/JamieMason/syncpack/commit/f8d091823c9596551498b839450fa7e7b1bdb865)
25+
- feat(core): migrate to rust [`a37e52e`](https://github.com/JamieMason/syncpack/commit/a37e52e5a29215cc57c28b7a2fb7df27069fd2dc)
26+
- chore(site): update dependencies [`32847a2`](https://github.com/JamieMason/syncpack/commit/32847a27a972f6741f8185c5f8f2e25ac824a977)
27+
28+
### [13.0.0](https://github.com/JamieMason/syncpack/compare/12.4.0...13.0.0)
29+
30+
> 25 August 2024
831
932
- docs(site): update schema example to reference node_modules [`#240`](https://github.com/JamieMason/syncpack/issues/240)
1033
- **Breaking change:** fix(engines): ensure correct required node version [`#237`](https://github.com/JamieMason/syncpack/issues/237)

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": "13.0.0",
4+
"version": "13.0.1",
55
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
66
"bin": {
77
"syncpack": "dist/bin.js",

0 commit comments

Comments
 (0)