Skip to content

Commit 714b894

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.10.0
1 parent df640b9 commit 714b894

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [0.10.0](https://github.com/openziti/ziti-sdk-js/compare/v0.9.2...v0.10.0) (2021-05-20)
2+
3+
4+
### Features
5+
6+
* TSPlus support ([#73](https://github.com/openziti/ziti-sdk-js/issues/73)) ([df640b9](https://github.com/openziti/ziti-sdk-js/commit/df640b984d717b79aeed2340a69737c08d259a17))
7+
8+
9+
110
## [0.9.2](https://github.com/openziti/ziti-sdk-js/compare/v0.9.1...v0.9.2) (2021-05-12)
211

312

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openziti/ziti-sdk-js",
3-
"version": "0.9.2",
3+
"version": "0.10.0",
44
"description": "A JavaScript-based SDK for delivering secure browser-based web applications over a Ziti Network",
55
"scripts": {
66
"test": "cross-env NODE_ENV=test mocha -t 30000 -R ${REPORTER:-spec} tests/unit/index.js",
@@ -130,4 +130,4 @@
130130
"url": "^0.11.0",
131131
"utf-8-validate": "^5.0.4"
132132
}
133-
}
133+
}

0 commit comments

Comments
 (0)