Skip to content

Commit

Permalink
chore(release): v2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Mar 9, 2024
1 parent 921662e commit ff3b2a2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
# Changelog
## v2.4.5

[compare changes](https://github.com/becem-gharbi/nuxt-auth/compare/v2.4.3...v2.4.5)

### 🩹 Fixes

- Avoid auto-logout on SSR error ([921662e](https://github.com/becem-gharbi/nuxt-auth/commit/921662e))

### 💅 Refactors

- Remove extra token check ([0391746](https://github.com/becem-gharbi/nuxt-auth/commit/0391746))
- No significant change ([309f48d](https://github.com/becem-gharbi/nuxt-auth/commit/309f48d))

### 📖 Documentation

- Change font family ([e8d8103](https://github.com/becem-gharbi/nuxt-auth/commit/e8d8103))

### 🏡 Chore

- **package.json:** Set homepage property ([1f98370](https://github.com/becem-gharbi/nuxt-auth/commit/1f98370))

### ❤️ Contributors

- Becem-gharbi <[email protected]>

## v2.4.3

[compare changes](https://github.com/becem-gharbi/nuxt-auth/compare/v2.4.2...v2.4.3)
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": "@bg-dev/nuxt-auth",
"version": "2.4.3",
"version": "2.4.5",
"license": "MIT",
"type": "module",
"author": "Becem Gharbi",
Expand Down

0 comments on commit ff3b2a2

Please sign in to comment.