Skip to content

Commit e992b0e

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.14.2
1 parent e27ccb8 commit e992b0e

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.14.2](https://github.com/openziti/ziti-sdk-js/compare/v0.14.1...v0.14.2) (2021-10-06)
2+
3+
4+
### Bug Fixes
5+
6+
* ver ([#99](https://github.com/openziti/ziti-sdk-js/issues/99)) ([e27ccb8](https://github.com/openziti/ziti-sdk-js/commit/e27ccb8583eb7c762fb559fe3b9cacee959a3c52))
7+
8+
9+
110
## [0.14.1](https://github.com/openziti/ziti-sdk-js/compare/v0.14.0...v0.14.1) (2021-10-06)
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.1",
3+
"version": "0.14.2",
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)