Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangeloio committed Nov 7, 2023
1 parent 297c275 commit d7c93c3
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 42 deletions.
8 changes: 0 additions & 8 deletions .changeset/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/config.json

This file was deleted.

4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
resolver = "2"
version = "0.1.2"
version = "0.1.3"
authors = [
"michaelangeloio"
]
Expand Down
7 changes: 0 additions & 7 deletions client/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions crates/does-it-throw-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/does-it-throw/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
7 changes: 0 additions & 7 deletions server/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit d7c93c3

Please sign in to comment.