Skip to content

Commit 011b619

Browse files
chore: release v0.15.0 (#88)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4cc59a0 commit 011b619

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.14.0"
2+
".": "0.15.0"
33
}

CHANGELOG.md

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

3+
## [0.15.0](https://github.com/9romise/eslint-import-resolver-oxc/compare/v0.14.0...v0.15.0) (2025-06-06)
4+
5+
6+
### Features
7+
8+
* migrate `stable-hash` to `stable-hash-x` ([0ee9d28](https://github.com/9romise/eslint-import-resolver-oxc/commit/0ee9d28c26407c2b65718c0cb0e494bb60d8e906))
9+
* treat `oxc-resolver` as peerDependency ([2a396f2](https://github.com/9romise/eslint-import-resolver-oxc/commit/2a396f2f5ea8e0ce01415ed72dc7fff811490638))
10+
11+
12+
### Performance
13+
14+
* remove unnecessary hash cache ([4cc59a0](https://github.com/9romise/eslint-import-resolver-oxc/commit/4cc59a0ef0f19ea5cb1856fd67023559606ee73f))
15+
316
## [0.14.0](https://github.com/9romise/eslint-import-resolver-oxc/compare/v0.13.2...v0.14.0) (2025-05-08)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-import-resolver-oxc",
33
"type": "module",
4-
"version": "0.14.0",
4+
"version": "0.15.0",
55
"packageManager": "pnpm@10.11.1",
66
"description": "A simply wrapped `oxc-resolver` for `eslint-plugin-import-x` and `eslint-plugin-import`",
77
"author": "Vida Xie<https://github.com/9romise>",

0 commit comments

Comments
 (0)