diff --git a/.changeset/README.md b/.changeset/README.md deleted file mode 100644 index e5b6d8d..0000000 --- a/.changeset/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# Changesets - -Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works -with multi-package repos, or single-package repos to help you version and publish your code. You can -find the full documentation for it [in our repository](https://github.com/changesets/changesets) - -We have a quick list of common questions to get you started engaging with this project in -[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md) diff --git a/.changeset/config.json b/.changeset/config.json deleted file mode 100644 index ab848d1..0000000 --- a/.changeset/config.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json", - "changelog": "@changesets/cli/changelog", - "commit": false, - "fixed": [], - "linked": [], - "access": "restricted", - "baseBranch": "main", - "updateInternalDependencies": "patch", - "ignore": [] -} diff --git a/Cargo.lock b/Cargo.lock index 639afe9..96b202a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,7 +103,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" [[package]] name = "does-it-throw" -version = "0.1.2" +version = "0.1.3" dependencies = [ "swc_common", "swc_ecma_ast", @@ -113,7 +113,7 @@ dependencies = [ [[package]] name = "does-it-throw-wasm" -version = "0.1.2" +version = "0.1.3" dependencies = [ "does-it-throw", "mockall", diff --git a/Cargo.toml b/Cargo.toml index 6fb0533..61adb4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [workspace] resolver = "2" -version = "0.1.2" +version = "0.1.3" authors = [ "michaelangeloio" ] diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md deleted file mode 100644 index c533ae7..0000000 --- a/client/CHANGELOG.md +++ /dev/null @@ -1,7 +0,0 @@ -# vscode-does-it-throw-client - -## 0.1.2 - -### Patch Changes - -- 29193c1: testing vsce release process diff --git a/client/package.json b/client/package.json index faadf12..18b93cd 100644 --- a/client/package.json +++ b/client/package.json @@ -3,7 +3,7 @@ "description": "VSCode part of a language server", "author": "Microsoft Corporation", "license": "MIT", - "version": "0.1.2", + "version": "0.1.3", "publisher": "vscode", "repository": { "type": "git", diff --git a/crates/does-it-throw-wasm/Cargo.toml b/crates/does-it-throw-wasm/Cargo.toml index 335a596..1ee2eed 100644 --- a/crates/does-it-throw-wasm/Cargo.toml +++ b/crates/does-it-throw-wasm/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "does-it-throw-wasm" -version = "0.1.2" +version = "0.1.3" description = "LSP server wasm binding for does-it-throw" license = "MIT" documentation = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md" @@ -13,7 +13,7 @@ homepage = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md crate-type = ["cdylib"] [dependencies] -does-it-throw = { path = "../does-it-throw", version = "0.1.2"} +does-it-throw = { path = "../does-it-throw", version = "0.1.3"} swc_common = "0.33" swc_ecma_parser = "0.141.3" swc_ecma_ast = "0.110.0" diff --git a/crates/does-it-throw/Cargo.toml b/crates/does-it-throw/Cargo.toml index f09bf06..2e40753 100644 --- a/crates/does-it-throw/Cargo.toml +++ b/crates/does-it-throw/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "does-it-throw" -version = "0.1.2" +version = "0.1.3" description = "LSP library for finding ES throw statements" license = "MIT" documentation = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md" diff --git a/package.json b/package.json index 03734be..d373e17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "does-it-throw", - "version": "0.1.2", + "version": "0.1.3", "main": "./client/out/extension.js", "repository": { "url": "https://github.com/michaelangeloio/does-it-throw" diff --git a/server/CHANGELOG.md b/server/CHANGELOG.md deleted file mode 100644 index 7fd8da3..0000000 --- a/server/CHANGELOG.md +++ /dev/null @@ -1,7 +0,0 @@ -# vscode-does-it-throw-server - -## 0.1.2 - -### Patch Changes - -- 29193c1: testing vsce release process diff --git a/server/package.json b/server/package.json index 05c4f14..00a4c61 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,7 @@ { "name": "vscode-does-it-throw-server", "description": "Example implementation of a language server in node.", - "version": "0.1.2", + "version": "0.1.3", "author": "Microsoft Corporation", "license": "MIT", "engines": {