File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
27
* @sapphi-red
28
28
* @renovate [ bot]
29
29
* @Boshen
30
- # Changelog
31
- All notable changes to this project will be documented in this file.
32
-
33
- The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
34
- and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
35
-
36
- ## [ Unreleased]
37
30
38
31
## [ 11.6.0] ( https://github.com/oxc-project/oxc-resolver/compare/v11.5.2...v11.6.0 ) - 2025-07-18
39
32
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " oxc-resolver" ,
3
- "version" : " 11.6.1 " ,
3
+ "version" : " 11.6.2 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Oxc Resolver Node API" ,
6
6
"packageManager" :
" [email protected] " ,
24
24
"test" : " vitest run -r ./napi" ,
25
25
"build:debug" : " napi build --platform --manifest-path napi/Cargo.toml" ,
26
26
"build" : " pnpm run build:debug --features allocator --release" ,
27
- "postinstall" : " napi-postinstall oxc-resolver 11.6.1 check" ,
27
+ "postinstall" : " napi-postinstall oxc-resolver 11.6.2 check" ,
28
28
"postbuild:debug" : " node napi/patch.mjs"
29
29
},
30
30
"dependencies" : {
You can’t perform that action at this time.
0 commit comments