Skip to content

Commit a6de1b8

Browse files
committed
release 0.7.10
1 parent ec3b98e commit a6de1b8

File tree

5 files changed

+23
-30
lines changed

5 files changed

+23
-30
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# DerTunnel Changelog
22

3+
## 0.7.10
4+
- Upgrade deps
5+
36
## 0.7.9
47

58
- Upgrade deps

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dertunnel",
3-
"version": "0.7.9",
3+
"version": "0.7.10",
44
"description": "A ngrok-style tunnel client/server",
55
"main": "index.js",
66
"scripts": {

packages/dertunnel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faulpeltz/dertunnel",
3-
"version": "0.7.8",
3+
"version": "0.7.10",
44
"description": "A client for the dertunnel public endpoint forwarder",
55
"main": "./index.js",
66
"typings": "./client.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// TODO get version from package json or git
2-
export const Version = "0.7.9";
2+
export const Version = "0.7.10";

0 commit comments

Comments
 (0)