Skip to content

Commit

Permalink
chore(release): v0.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Apr 17, 2024
1 parent 4f1afc9 commit b74d47b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
# Changelog


## v0.0.23

[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.22...v0.0.23)

### 🚀 Enhancements

- Add opts to requireUserSession for error message and status code customization ([015e847](https://github.com/Atinux/nuxt-auth-utils/commit/015e847))

### 🩹 Fixes

- Avoid duplicate trigger of session fetch hook due to request retry ([5fac9a1](https://github.com/Atinux/nuxt-auth-utils/commit/5fac9a1))

### 📖 Documentation

- Removed reference to /api in readme ([#77](https://github.com/Atinux/nuxt-auth-utils/pull/77))

### 🏡 Chore

- Migrate to eslint v9 ([964b67b](https://github.com/Atinux/nuxt-auth-utils/commit/964b67b))
- Update deps ([a77a334](https://github.com/Atinux/nuxt-auth-utils/commit/a77a334))
- Add vscode settings for eslint ([4f1afc9](https://github.com/Atinux/nuxt-auth-utils/commit/4f1afc9))

### ❤️ Contributors

- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
- Deth <[email protected]>
- Conrawl Rogers <[email protected]>
- Daniel Roe ([@danielroe](http://github.com/danielroe))
- Max ([@onmax](http://github.com/onmax))

## v0.0.22

[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.21...v0.0.22)
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": "nuxt-auth-utils",
"version": "0.0.22",
"version": "0.0.23",
"description": "Minimalist Auth module for Nuxt with SSR",
"repository": "Atinux/nuxt-auth-utils",
"license": "MIT",
Expand Down

0 comments on commit b74d47b

Please sign in to comment.