Skip to content

Commit

Permalink
fix: try updated config again
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangeloio committed Nov 9, 2023
1 parent aeaa47f commit 995dc18
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/does-it-throw-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
name = "does-it-throw-wasm"
version = "0.1.6"
description = "LSP server wasm binding for does-it-throw"
description = "LSP server wasm binding for does-it-throw, using SWC"
license = "MIT"
documentation = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md"
repository = "https://github.com/michaelangeloio/does-it-throw"
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,7 +1,7 @@
[package]
name = "does-it-throw"
version = "0.1.6"
description = "LSP library for finding ES throw statements"
description = "LSP library for finding ES throw statements, using SWC"
license = "MIT"
documentation = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md"
repository = "https://github.com/michaelangeloio/does-it-throw"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "does-it-throw",
"name": "does-it-throw-vscode",
"version": "0.1.6",
"main": "./client/out/extension.js",
"repository": {
Expand Down
3 changes: 3 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"release-label": "released",
"include-v-in-tag": true,
"tag-separator": "-",
"plugins": [
"cargo-workspace",
{
Expand Down

0 comments on commit 995dc18

Please sign in to comment.