Skip to content

Commit

Permalink
chore: release main (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Nov 9, 2023
1 parent 3c04f87 commit 2375fa0
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"crates/does-it-throw": "0.1.8",
"crates/does-it-throw-wasm": "0.1.8",
".": "0.2.1"
"crates/does-it-throw": "0.1.9",
"crates/does-it-throw-wasm": "0.1.9",
".": "0.2.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.2](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-vscode-v0.2.1...does-it-throw-vscode-v0.2.2) (2023-11-09)


### Bug Fixes

* release test 21 ([#33](https://github.com/michaelangeloio/does-it-throw/issues/33)) ([3c04f87](https://github.com/michaelangeloio/does-it-throw/commit/3c04f87ffdebf63e4f274d107610507fc45edd04))

## [0.2.1](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-vscode-v0.2.0...does-it-throw-vscode-v0.2.1) (2023-11-09)


Expand Down
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.

14 changes: 14 additions & 0 deletions crates/does-it-throw-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.1.9](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-wasm-v0.1.8...does-it-throw-wasm-v0.1.9) (2023-11-09)


### Bug Fixes

* release test 21 ([#33](https://github.com/michaelangeloio/does-it-throw/issues/33)) ([3c04f87](https://github.com/michaelangeloio/does-it-throw/commit/3c04f87ffdebf63e4f274d107610507fc45edd04))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* does-it-throw bumped from 0.1.8 to 0.1.9

## [0.1.8](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-wasm-v0.1.7...does-it-throw-wasm-v0.1.8) (2023-11-09)


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.8"
version = "0.1.9"
description = "a wasm binding for does-it-throw - using SWC"
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.8"}
does-it-throw = { path = "../does-it-throw", version = "0.1.9"}
swc_common = "0.33"
swc_ecma_parser = "0.141.3"
swc_ecma_ast = "0.110.0"
Expand Down
7 changes: 7 additions & 0 deletions crates/does-it-throw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.9](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-v0.1.8...does-it-throw-v0.1.9) (2023-11-09)


### Bug Fixes

* release test 21 ([#33](https://github.com/michaelangeloio/does-it-throw/issues/33)) ([3c04f87](https://github.com/michaelangeloio/does-it-throw/commit/3c04f87ffdebf63e4f274d107610507fc45edd04))

## [0.1.8](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-v0.1.7...does-it-throw-v0.1.8) (2023-11-09)


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.8"
version = "0.1.9"
description = "a library for finding ES throw statements - using SWC"
license = "MIT"
documentation = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

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-vscode",
"version": "0.2.1",
"version": "0.2.2",
"main": "./client/out/extension.js",
"description": "lsp server for finding JS/TS statements that throw!",
"repository": {
Expand Down

0 comments on commit 2375fa0

Please sign in to comment.