Skip to content

Commit f12f4c5

Browse files
committed
Release v1.6.5
1 parent a299111 commit f12f4c5

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.6.5](https://github.com/oxc-project/oxc_resolver/compare/oxc_resolver-v1.6.4...oxc_resolver-v1.6.5) - 2024-04-10
10+
11+
### Fixed
12+
- canonicalize is not supported on wasi target ([#124](https://github.com/oxc-project/oxc_resolver/pull/124))
13+
14+
### Other
15+
- document feature flags
16+
917
## [1.6.4](https://github.com/oxc-project/oxc_resolver/compare/oxc_resolver-v1.6.3...oxc_resolver-v1.6.4) - 2024-03-29
1018

1119
### Docs

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
@@ -3,7 +3,7 @@ members = ["napi"]
33
resolver = "2"
44

55
[package]
6-
version = "1.6.4"
6+
version = "1.6.5"
77
name = "oxc_resolver"
88
authors = ["Boshen <[email protected]>"]
99
categories = ["development-tools"]

justfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fmt:
4040

4141
# Run cargo check
4242
check:
43-
cargo check
43+
cargo check --all-features --all-targets
4444

4545
# Run all the tests
4646
test:
@@ -68,3 +68,4 @@ fuzz:
6868

6969
release:
7070
release-plz update
71+
just check

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oxc-resolver",
3-
"version": "1.6.4",
3+
"version": "1.6.5",
44
"description": "Oxc Resolver Node API",
55
"main": "index.js",
66
"browser": "browser.js",

0 commit comments

Comments
 (0)