Skip to content

Commit 23aa8ae

Browse files
committed
Publish crate v1.3.0 and napi v0.2.0
1 parent eacbfc1 commit 23aa8ae

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/release_napi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ jobs:
7070
- os: ubuntu-latest
7171
target: armv7-unknown-linux-gnueabihf
7272

73-
- os: macos-14
73+
- os: macos-latest
7474
target: x86_64-apple-darwin
7575

76-
- os: macos-14
76+
- os: macos-latest
7777
target: aarch64-apple-darwin
7878

7979
- os: ubuntu-latest

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
@@ -1,5 +1,5 @@
11
[package]
2-
version = "1.3.0"
2+
version = "1.4.0"
33
name = "oxc_resolver"
44
authors = ["Boshen <[email protected]>"]
55
categories = ["development-tools"]

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": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Oxc Resolver Node API",
55
"main": "index.js",
66
"browser": "browser.js",

0 commit comments

Comments
 (0)