Skip to content

Commit 116a868

Browse files
committed
chore(release): 14.0.2
1 parent 467cb57 commit 116a868

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## [14.0.2](https://github.com/JamieMason/syncpack/compare/14.0.1...14.0.2) (2026-03-07)
4+
5+
### Bug Fixes
6+
7+
* **globs:** ignore node_modules ([467cb57](https://github.com/JamieMason/syncpack/commit/467cb5797e3914f988c4a74370790abe4d38ff03)), closes [#321](https://github.com/JamieMason/syncpack/issues/321)
8+
39
## [14.0.1](https://github.com/JamieMason/syncpack/compare/14.0.0...14.0.1) (2026-03-05)
410

511
### Bug Fixes

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