Skip to content

Commit e443458

Browse files
committed
1.1.1
1 parent 6f1f903 commit e443458

40 files changed

+206
-184
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.1:
2+
3+
- Add `appProtocol(string)` to the labeled listener builder. Setting this to "http2" will enable HTTP/2 support to the backend application.
4+
15
## 1.1.0:
26

37
- Add `appProtocol(string)` to http listener builder, and `app_protocol: string` as a `ngrok.forward()` argument. Setting this to "http2" will enable HTTP/2 support to the backend application.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "ngrok-javascript"
4-
version = "1.1.0"
4+
version = "1.1.1"
55

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

docs/assets/search.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/HttpListenerBuilder.html

+27-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/LabeledListenerBuilder.html

+25-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)