Skip to content

Commit

Permalink
Merge pull request #108 from ngrok/bob/0.9.1
Browse files Browse the repository at this point in the history
0.9.1
  • Loading branch information
bobzilladev authored Nov 28, 2023
2 parents 82b2691 + e92d702 commit 1c2eba8
Show file tree
Hide file tree
Showing 37 changed files with 193 additions and 187 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.9.1:

- Move to `ngrok.forward` from `ngrok.connect`, keeping an alias.
- Rename to `ngrok-javascript`.
- Smaller number of files packaged.

## 0.9.0:

- `ngrok.connect` now returns the full `Listener` object.
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-javascript"
version = "0.9.0"
version = "0.9.1"

[lib]
crate-type = ["cdylib"]
Expand Down
50 changes: 25 additions & 25 deletions docs/classes/HttpListenerBuilder.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/classes/LabeledListenerBuilder.html

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

20 changes: 10 additions & 10 deletions docs/classes/Listener.html

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

Loading

0 comments on commit 1c2eba8

Please sign in to comment.