Skip to content

Commit 4bf657d

Browse files
chore: release v0.13.1 (#74)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9f18801 commit 4bf657d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.13.0"
2+
".": "0.13.1"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.13.1](https://github.com/9romise/eslint-import-resolver-oxc/compare/v0.13.0...v0.13.1) (2025-03-13)
4+
5+
6+
### Performance
7+
8+
* faster hashing for config object ([#73](https://github.com/9romise/eslint-import-resolver-oxc/issues/73)) ([9f18801](https://github.com/9romise/eslint-import-resolver-oxc/commit/9f188010ec81a69fcadf46db1b36566b18f80ef8))
9+
310
## [0.13.0](https://github.com/9romise/eslint-import-resolver-oxc/compare/v0.12.0...v0.13.0) (2025-03-11)
411

512

package.json

+1-1
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.13.0",
4+
"version": "0.13.1",
55
"packageManager": "[email protected]",
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)