Skip to content

Commit 1a6f993

Browse files
committed
0.9.0
1 parent b6562f2 commit 1a6f993

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+206
-195
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
## 0.9.0:
2+
3+
- `ngrok.connect` now returns the full `Listener` object.
4+
15
## 0.8.0:
26

3-
- Add `allowUserAgent` and `denyUserAgent` options to HTTP listeners
4-
- Add `clientId` and `clientSecret` options to OAuth
7+
- Add `allowUserAgent` and `denyUserAgent` options to HTTP listeners.
8+
- Add `clientId` and `clientSecret` options to OAuth.
59

610
## 0.7.1:
711

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "ngrok-nodejs"
4-
version = "0.8.0"
4+
version = "0.9.0"
55

66
[lib]
77
crate-type = ["cdylib"]

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Release
1919
1. `git add .`
2020
1. `git commit -m '<version>'`
2121
1. `git push origin <username>/<version>`
22-
- Or with graphite: `gt branch track` and `gt stack submit`
22+
- Or with graphite: `gt track` and `gt submit`
2323
1. Create a pull request off this branch
2424
- Make sure the name of the pull request is also just the `<version>` so the workflow will know to do a release
2525
1. Merge the pull request

docs/assets/highlight.css

Lines changed: 9 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/HttpListenerBuilder.html

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/LabeledListenerBuilder.html

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/Listener.html

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)