Skip to content

Commit 5d67392

Browse files
committed
chore(release): 14.2.0
1 parent 6cf8792 commit 5d67392

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

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

3+
## [14.2.0](https://github.com/JamieMason/syncpack/compare/14.1.0...14.2.0) (2026-03-08)
4+
5+
### Features
6+
7+
* **groups:** extend and improve sameMinor policy ([42c31a3](https://github.com/JamieMason/syncpack/commit/42c31a34073d816317e5144a29fa63572b28a0e1))
8+
9+
### Bug Fixes
10+
11+
* **cli:** fix link to DiffersToHighestOrLowestSemver docs ([51bf8ff](https://github.com/JamieMason/syncpack/commit/51bf8fffda78b50881df5b0c5cb5a7ace5868e88)), closes [#324](https://github.com/JamieMason/syncpack/issues/324)
12+
313
## [14.1.0](https://github.com/JamieMason/syncpack/compare/14.0.2...14.1.0) (2026-03-07)
414

515
### Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "syncpack"
3-
version = "14.1.0"
3+
version = "14.2.0"
44
authors = ["Jamie Mason <jamie@foldleft.io>"]
55
edition = "2021"
66
homepage = "https://syncpack.dev"

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": "14.1.0",
4+
"version": "14.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)