We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa74fa commit 4b0be04Copy full SHA for 4b0be04
npm/oxfmt/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "oxfmt",
3
- "version": "0.0.2",
+ "version": "0.1.0",
4
"type": "commonjs",
5
"description": "Formatter for the JavaScript Oxidation Compiler",
6
"keywords": [],
oxc_release.toml
@@ -29,4 +29,5 @@ scopes_for_breaking_change = ["format"]
29
versioned_files = [
30
"apps/oxfmt/Cargo.toml",
31
"crates/oxc_formatter/Cargo.toml",
32
+ "npm/oxfmt/package.json",
33
]
0 commit comments