Skip to content

Commit

Permalink
Release @oxc-parser/wasm v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jan 30, 2024
1 parent 5ac61f0 commit b2894c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: version
with:
static-checking: localIsNew
file-url: https://unpkg.com/@oxc-parser@wasm/package.json
file-url: https://unpkg.com/@oxc-parser/wasm/package.json
file-name: wasm/parser/package.json

- name: Set version name
Expand Down
2 changes: 1 addition & 1 deletion wasm/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oxc-parser/wasm",
"version": "0.0.1",
"version": "0.0.2",
"description": "Wasm target for the oxc parser.",
"keywords": [
"JavaScript",
Expand Down

0 comments on commit b2894c6

Please sign in to comment.