Skip to content

Commit 9601ef1

Browse files
committed
Release version 1.6.1
1 parent 74abc4b commit 9601ef1

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
## Unreleased
1+
## 1.6.1
22

3-
- Support manually specifying bindings
3+
- Update Next.js version to 14.0.5 to avoid being flagged for CVE-2025-55183 and CVE-2025-55184
44

55
## 1.6.0
66

77
- Updated the internal ngrok SDK
88
- Added support for internal endpoints
9+
- Support manually specifying bindings
910

1011
## 1.5.0
1112

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-javascript"
4-
version = "1.6.0"
4+
version = "1.6.1"
55

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrok/ngrok",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)