Skip to content

Commit 1a7291a

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.14.0
1 parent 1d14a10 commit 1a7291a

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.14.0](https://github.com/openziti/ziti-sdk-js/compare/v0.13.0...v0.14.0) (2021-09-24)
2+
3+
4+
### Features
5+
6+
* DOM intercept ([#97](https://github.com/openziti/ziti-sdk-js/issues/97)) ([1d14a10](https://github.com/openziti/ziti-sdk-js/commit/1d14a10a27b179528d568cc32d1edb64ba0f9e20))
7+
8+
9+
110
# [0.13.0](https://github.com/openziti/ziti-sdk-js/compare/v0.12.8...v0.13.0) (2021-08-11)
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.13.0",
3+
"version": "0.14.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",
@@ -135,4 +135,4 @@
135135
"utf-8-validate": "^5.0.4",
136136
"uuid": "^8.3.2"
137137
}
138-
}
138+
}

0 commit comments

Comments
 (0)