Skip to content

Commit 4ee5af0

Browse files
committed
chore(release): 14.0.1
1 parent 44480de commit 4ee5af0

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Changelog
2+
3+
## [14.0.1](https://github.com/JamieMason/syncpack/compare/14.0.0...14.0.1) (2026-03-05)
4+
5+
### Bug Fixes
6+
7+
* **cargo:** update dependencies ([c85144b](https://github.com/JamieMason/syncpack/commit/c85144b17d324cde937899bdb0aeddf3823ad03e))
8+
* **core:** handle negated source globs ([aaf5032](https://github.com/JamieMason/syncpack/commit/aaf5032e115e81e09c0d71395949ca96c6639716)), closes [#319](https://github.com/JamieMason/syncpack/issues/319)
19

210
## [14.0.0](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.41...14.0.0) (2026-02-16)
311

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