Skip to content

Commit

Permalink
Merge pull request #59 from ngrok/bob/0.5.2
Browse files Browse the repository at this point in the history
0.5.2
  • Loading branch information
bobzilladev committed Jun 1, 2023
2 parents d3f7b6d + c1b5e43 commit 9b5b8c7
Show file tree
Hide file tree
Showing 33 changed files with 175 additions and 171 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.2:

* Cleanly return from a tunnel forward call after a `session.close()`

## 0.5.1:

* `consoleLog` return signature
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "ngrok-nodejs"
version = "0.5.1"
version = "0.5.2"

[lib]
crate-type = ["cdylib"]
Expand Down
56 changes: 28 additions & 28 deletions docs/classes/NgrokHttpTunnelBuilder.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/classes/NgrokLabeledTunnelBuilder.html

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

14 changes: 7 additions & 7 deletions docs/classes/NgrokSession.html

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

Loading

0 comments on commit 9b5b8c7

Please sign in to comment.