Skip to content

Commit 3333389

Browse files
committed
chore(release): 14.3.0
1 parent ca1ea09 commit 3333389

5 files changed

Lines changed: 15 additions & 5 deletions

File tree

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.3.0](https://github.com/JamieMason/syncpack/compare/14.2.1...14.3.0) (2026-03-29)
4+
5+
### Features
6+
7+
* **rcfile:** allow // comment properties ([df0cc01](https://github.com/JamieMason/syncpack/commit/df0cc01b4e716f260de8cb5a6e2d9e0526f0d6a3))
8+
9+
### Bug Fixes
10+
11+
* **cargo:** update dependencies ([6af7e45](https://github.com/JamieMason/syncpack/commit/6af7e45abfac48313958196ea3ea20aebe9243fa))
12+
313
## [14.2.1](https://github.com/JamieMason/syncpack/compare/14.2.0...14.2.1) (2026-03-21)
414

515
### 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 = "14.2.1"
6+
version = "14.3.0"
77
authors = ["Jamie Mason <jamie@foldleft.io>"]
88
edition = "2021"
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 = "14.2.1"
3+
version = "14.3.0"
44
authors = ["Jamie Mason <jamie@foldleft.io>"]
55
edition = "2021"
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": "14.2.1",
4+
"version": "14.3.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)