Skip to content

Commit c826fe7

Browse files
committed
chore(release): 14.1.0
1 parent 9d0f110 commit c826fe7

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## [14.1.0](https://github.com/JamieMason/syncpack/compare/14.0.2...14.1.0) (2026-03-07)
4+
5+
### Features
6+
7+
* **cli:** add --reporter json to fix and format commands ([5522ffe](https://github.com/JamieMason/syncpack/commit/5522ffe646fec8f9803b4aa63eb62a8b366d46d4)), closes [#322](https://github.com/JamieMason/syncpack/issues/322)
8+
* **cli:** add statusType property to json output ([5a82a85](https://github.com/JamieMason/syncpack/commit/5a82a85ca5dd93037488bf16e771dd01e041cc8b)), closes [#322](https://github.com/JamieMason/syncpack/issues/322)
9+
* **write:** detect indentation when config is not set ([66c0493](https://github.com/JamieMason/syncpack/commit/66c0493cb019dc9df1d415d2ec1487f9ce40bd3e)), closes [#318](https://github.com/JamieMason/syncpack/issues/318)
10+
311
## [14.0.2](https://github.com/JamieMason/syncpack/compare/14.0.1...14.0.2) (2026-03-07)
412

513
### 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.2"
3+
version = "14.1.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.0.2",
4+
"version": "14.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)