Skip to content

Commit eda24dd

Browse files
authored
chore: release v0.0.11 (#64)
1 parent a51024f commit eda24dd

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.11](https://github.com/oxc-project/sort-package-json/compare/v0.0.10...v0.0.11) - 2026-03-04
11+
12+
### Added
13+
14+
- support vite-staged and stage-tool key ordering ([#63](https://github.com/oxc-project/sort-package-json/pull/63))
15+
16+
### Other
17+
18+
- reduce allocations in sorting pipeline ([#65](https://github.com/oxc-project/sort-package-json/pull/65))
19+
1020
## [0.0.10](https://github.com/oxc-project/sort-package-json/compare/v0.0.9...v0.0.10) - 2026-01-23
1121

1222
### Fixed

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 = "sort-package-json"
3-
version = "0.0.10"
3+
version = "0.0.11"
44
authors = ["Boshen <boshenc@gmail.com>"]
55
categories = []
66
edition = "2021"

0 commit comments

Comments
 (0)