Skip to content

Commit 16f56c9

Browse files
Boshenoxc-bot
authored andcommitted
u
1 parent e1c8fb9 commit 16f56c9

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
* @sapphi-red
2828
* @renovate[bot]
2929
* @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]
3730

3831
## [11.6.0](https://github.com/oxc-project/oxc-resolver/compare/v11.5.2...v11.6.0) - 2025-07-18
3932

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oxc-resolver",
3-
"version": "11.6.1",
3+
"version": "11.6.2",
44
"license": "MIT",
55
"description": "Oxc Resolver Node API",
66
"packageManager": "[email protected]",
@@ -24,7 +24,7 @@
2424
"test": "vitest run -r ./napi",
2525
"build:debug": "napi build --platform --manifest-path napi/Cargo.toml",
2626
"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",
2828
"postbuild:debug": "node napi/patch.mjs"
2929
},
3030
"dependencies": {

0 commit comments

Comments
 (0)