Skip to content

Commit 5aa6fd3

Browse files
committed
chore(release): 15.1.0
1 parent f99d54f commit 5aa6fd3

5 files changed

Lines changed: 17 additions & 5 deletions

File tree

CHANGELOG.md

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

3+
## [15.1.0](https://github.com/JamieMason/syncpack/compare/15.0.0...15.1.0) (2026-05-10)
4+
5+
### Features
6+
7+
* **config:** add updateGroups to set registry update policies ([bd7573e](https://github.com/JamieMason/syncpack/commit/bd7573e29fce47d8f1a5bc1b5bc2b13b335b9430)), closes [#244](https://github.com/JamieMason/syncpack/issues/244)
8+
* **update:** add --interactive prompt ([8b1334a](https://github.com/JamieMason/syncpack/commit/8b1334a95092e2e9e032a86315875743e5148b41))
9+
* **update:** cache registry responses for 30mins ([08bd28c](https://github.com/JamieMason/syncpack/commit/08bd28cc78fb117744d3a098101bad5e8316852b))
10+
11+
### Bug Fixes
12+
13+
* **cargo:** update dependencies ([f99d54f](https://github.com/JamieMason/syncpack/commit/f99d54ff6e849585b63e6eaa2a4df32e05be0b42))
14+
315
## [15.0.0](https://github.com/JamieMason/syncpack/compare/14.3.1...15.0.0) (2026-05-04)
416

517
### ⚠ BREAKING CHANGES

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.0.0"
6+
version = "15.1.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.0.0"
3+
version = "15.1.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.0.0",
4+
"version": "15.1.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)