Skip to content

Commit

Permalink
chore(release): v0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Nov 11, 2021
1 parent ddb9544 commit 1ec4bb0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.15.4](https://github.com/openziti/ziti-sdk-js/compare/v0.15.3...v0.15.4) (2021-11-11)


### Bug Fixes

* APEX: adjust mutex timeouts and redirect handling ([#106](https://github.com/openziti/ziti-sdk-js/issues/106)) ([ddb9544](https://github.com/openziti/ziti-sdk-js/commit/ddb9544beb2df175ddd6ca808f7812314381fb2d))



## [0.15.3](https://github.com/openziti/ziti-sdk-js/compare/v0.15.0...v0.15.3) (2021-11-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openziti/ziti-sdk-js",
"version": "0.15.3",
"version": "0.15.4",
"description": "A JavaScript-based SDK for delivering secure browser-based web applications over a Ziti Network",
"scripts": {
"test": "cross-env NODE_ENV=test mocha -t 30000 -R ${REPORTER:-spec} tests/unit/index.js",
Expand Down

0 comments on commit 1ec4bb0

Please sign in to comment.