Skip to content

Commit aca8452

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.12.8
1 parent b5058b6 commit aca8452

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.12.8](https://github.com/openziti/ziti-sdk-js/compare/v0.12.7...v0.12.8) (2021-07-22)
2+
3+
4+
### Bug Fixes
5+
6+
* cert expire refresh ([#93](https://github.com/openziti/ziti-sdk-js/issues/93)) ([b5058b6](https://github.com/openziti/ziti-sdk-js/commit/b5058b650d2cf72e4d76507d4e94b340f2ac6ef7))
7+
8+
9+
110
## [0.12.7](https://github.com/openziti/ziti-sdk-js/compare/v0.12.6...v0.12.7) (2021-07-16)
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.12.7",
3+
"version": "0.12.8",
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)