Skip to content

Commit 7f8a3ca

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.15.0
1 parent 1e25693 commit 7f8a3ca

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [0.15.0](https://github.com/openziti/ziti-sdk-js/compare/v0.14.4...v0.15.0) (2021-11-05)
2+
3+
4+
### Features
5+
6+
* KeyPair Persist ([#104](https://github.com/openziti/ziti-sdk-js/issues/104)) ([1e25693](https://github.com/openziti/ziti-sdk-js/commit/1e25693b2ab95f173b924448ff02cdd7d2b31a61))
7+
8+
9+
110
## [0.14.4](https://github.com/openziti/ziti-sdk-js/compare/v0.14.3...v0.14.4) (2021-11-01)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openziti/ziti-sdk-js",
3-
"version": "0.14.4",
3+
"version": "0.15.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",

0 commit comments

Comments
 (0)