Skip to content

Commit

Permalink
Merge pull request #93 from ngrok/bob/0.9.0
Browse files Browse the repository at this point in the history
0.9.0
  • Loading branch information
bobzilladev authored Oct 17, 2023
2 parents b6562f2 + 1a6f993 commit d105919
Show file tree
Hide file tree
Showing 41 changed files with 206 additions and 195 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## 0.9.0:

- `ngrok.connect` now returns the full `Listener` object.

## 0.8.0:

- Add `allowUserAgent` and `denyUserAgent` options to HTTP listeners
- Add `clientId` and `clientSecret` options to OAuth
- Add `allowUserAgent` and `denyUserAgent` options to HTTP listeners.
- Add `clientId` and `clientSecret` options to OAuth.

## 0.7.1:

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.8.0"
version = "0.9.0"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Release
1. `git add .`
1. `git commit -m '<version>'`
1. `git push origin <username>/<version>`
- Or with graphite: `gt branch track` and `gt stack submit`
- Or with graphite: `gt track` and `gt submit`
1. Create a pull request off this branch
- Make sure the name of the pull request is also just the `<version>` so the workflow will know to do a release
1. Merge the pull request
Expand Down
11 changes: 9 additions & 2 deletions docs/assets/highlight.css

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

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 d105919

Please sign in to comment.