diff --git a/extension_packs/wasm/CHANGELOG.md b/extension_packs/wasm/CHANGELOG.md index 908ca2b..1334949 100644 --- a/extension_packs/wasm/CHANGELOG.md +++ b/extension_packs/wasm/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 1.0.1 + +- Removed the `pre-release` tag. + ## 1.0.0 - 🎉 Our initial release 🎉 diff --git a/extension_packs/wasm/package.json b/extension_packs/wasm/package.json index faf750b..f987677 100644 --- a/extension_packs/wasm/package.json +++ b/extension_packs/wasm/package.json @@ -13,7 +13,7 @@ "bugs": { "url": "https://bugreports.qt.io/projects/VSCODEEXT" }, - "version": "1.0.0", + "version": "1.0.1", "engines": { "vscode": "^1.78.0" },