Skip to content

Commit cdf0d49

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.14.4
1 parent ead17af commit cdf0d49

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.4](https://github.com/openziti/ziti-sdk-js/compare/v0.14.3...v0.14.4) (2021-11-01)
2+
3+
4+
### Bug Fixes
5+
6+
* intercept.v1 handling, and socket.close event ([#103](https://github.com/openziti/ziti-sdk-js/issues/103)) ([ead17af](https://github.com/openziti/ziti-sdk-js/commit/ead17af467b4149c0360b3a0f19f13d44179548c))
7+
8+
9+
110
## [0.14.3](https://github.com/openziti/ziti-sdk-js/compare/v0.14.2...v0.14.3) (2021-10-18)
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.14.3",
3+
"version": "0.14.4",
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)