Skip to content

Commit 5cc9ad9

Browse files
committed
chore(release): 15.2.0
1 parent b876446 commit 5cc9ad9

5 files changed

Lines changed: 18 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [15.2.0](https://github.com/JamieMason/syncpack/compare/15.1.2...15.2.0) (2026-05-17)
4+
5+
### Features
6+
7+
* **config:** allow autofix to be optionally disabled ([d589d3e](https://github.com/JamieMason/syncpack/commit/d589d3e6a27219f5668ae1d95cbb57bf790f544f)), closes [#325](https://github.com/JamieMason/syncpack/issues/325) [#216](https://github.com/JamieMason/syncpack/issues/216)
8+
* **config:** allow other .json files when explicitly set ([5c83a60](https://github.com/JamieMason/syncpack/commit/5c83a60c024e5d74951dc3efcdc0789687c296b8)), closes [#333](https://github.com/JamieMason/syncpack/issues/333)
9+
* **config:** allow sources to append rather than replace ([99cc046](https://github.com/JamieMason/syncpack/commit/99cc04659a64e94a309a9ee9c1a5bcd4d9531168)), closes [#205](https://github.com/JamieMason/syncpack/issues/205)
10+
11+
### Bug Fixes
12+
13+
* **cargo:** update dependencies ([8aea6d1](https://github.com/JamieMason/syncpack/commit/8aea6d189f77d130b3abcc7b1bc81163fd1b1e5d))
14+
* **glob:** match globs and gitignore correctly ([df700d8](https://github.com/JamieMason/syncpack/commit/df700d886b94a6130cdea68190c1ebea1e0d2edd)), closes [#334](https://github.com/JamieMason/syncpack/issues/334)
15+
316
## [15.1.2](https://github.com/JamieMason/syncpack/compare/15.1.1...15.1.2) (2026-05-10)
417

518
### Bug Fixes

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/syncpack-specifier"]
33

44
[package]
55
name = "syncpack"
6-
version = "15.1.2"
6+
version = "15.2.0"
77
authors = ["Jamie Mason <jamie@foldleft.io>"]
88
edition = "2024"
99
homepage = "https://syncpack.dev"

crates/syncpack-specifier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syncpack-specifier"
3-
version = "15.1.2"
3+
version = "15.2.0"
44
authors = ["Jamie Mason <jamie@foldleft.io>"]
55
edition = "2024"
66
description = "npm version specifier parser and comparator"

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": "15.1.2",
4+
"version": "15.2.0",
55
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
66
"bugs": "https://github.com/JamieMason/syncpack/issues",
77
"contributors": [

0 commit comments

Comments
 (0)