Skip to content

Commit

Permalink
chore(release): 1.14.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.14.1](v1.14.0...v1.14.1) (2022-07-29)

### Bug Fixes

* 🐞 remove deprecated propety and apply JWT to refresh secret ([0b882a8](0b882a8))
* 🐞 secrets are generated with JWT ([3299742](3299742))
  • Loading branch information
semantic-release-bot committed Jul 29, 2022
1 parent 4b6d9b2 commit 182fb86
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.14.1](https://github.com/Exlint/dashboard/compare/v1.14.0...v1.14.1) (2022-07-29)


### Bug Fixes

* 🐞 remove deprecated propety and apply JWT to refresh secret ([0b882a8](https://github.com/Exlint/dashboard/commit/0b882a85b3885ef27df8e8169de7c8ccaed81e11))
* 🐞 secrets are generated with JWT ([3299742](https://github.com/Exlint/dashboard/commit/32997421a5cd112a03c4aff103d792319888c185))

# [1.14.0](https://github.com/Exlint/dashboard/compare/v1.13.0...v1.14.0) (2022-07-29)


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": "exlint-dashboard",
"version": "1.14.0",
"version": "1.14.1",
"private": true,
"description": "Exlint dashboard",
"author": "Exlint <dev@exlint.io> (https://www.exlint.io)",
Expand Down

0 comments on commit 182fb86

Please sign in to comment.