Skip to content

Commit

Permalink
chore(release): 7.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [7.3.0](v7.2.0...v7.3.0) (2024-05-20)

### Features

* **user:** simplify logout function by removing unnecessary try-catch block and directly clear localStorage on logout ([144ab11](144ab11))

### Bug Fixes

* **axios-controller:** getAuthorizationToken method to return headers object instead of directly modifying axiosInstance headers ([8b507b8](8b507b8))
  • Loading branch information
semantic-release-bot authored and Ro0t-set committed May 20, 2024
1 parent e83acfe commit 0f441ce
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [7.3.0](https://github.com/zucchero-sintattico/piper-kt/compare/v7.2.0...v7.3.0) (2024-05-20)


### Features

* **user:** simplify logout function by removing unnecessary try-catch block and directly clear localStorage on logout ([144ab11](https://github.com/zucchero-sintattico/piper-kt/commit/144ab118d4798fd2447c30d6d2016722914a3186))


### Bug Fixes

* **axios-controller:** getAuthorizationToken method to return headers object instead of directly modifying axiosInstance headers ([8b507b8](https://github.com/zucchero-sintattico/piper-kt/commit/8b507b8343e8a70ba85482f732cdac2bce4c1d6c))

## [7.2.0](https://github.com/zucchero-sintattico/piper-kt/compare/v7.1.1...v7.2.0) (2024-05-20)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piper-kt",
"version": "7.2.0",
"version": "7.3.0",
"description": "A microservice chat app, kotlin based.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0f441ce

Please sign in to comment.