-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9ea3da
commit d2352cc
Showing
2 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,28 @@ | ||
# Changelog | ||
|
||
## v3.0.2 | ||
|
||
[compare changes](https://github.com/becem-gharbi/nuxt-auth/compare/v3.0.0...v3.0.2) | ||
|
||
### 🔥 Performance | ||
|
||
- Migrate from `bcryptjs` to `bcrypt-edge` ([8e12b80](https://github.com/becem-gharbi/nuxt-auth/commit/8e12b80)) | ||
|
||
### 🩹 Fixes | ||
|
||
- Avoid params sanitization on login redirection ([72113e7](https://github.com/becem-gharbi/nuxt-auth/commit/72113e7)) | ||
- Automatically revoke expired sessions ([6be46b1](https://github.com/becem-gharbi/nuxt-auth/commit/6be46b1)) | ||
|
||
### 🏡 Chore | ||
|
||
- **release:** V3.0.1 ([5e510e7](https://github.com/becem-gharbi/nuxt-auth/commit/5e510e7)) | ||
- **package.json:** Update packageManager ([c1d164c](https://github.com/becem-gharbi/nuxt-auth/commit/c1d164c)) | ||
- **playground:** Use memory storage with unstorage ([f8458e3](https://github.com/becem-gharbi/nuxt-auth/commit/f8458e3)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Becem-gharbi <[email protected]> | ||
|
||
## v3.0.1 | ||
|
||
[compare changes](https://github.com/becem-gharbi/nuxt-auth/compare/v3.0.0...v3.0.1) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@bg-dev/nuxt-auth", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"license": "MIT", | ||
"type": "module", | ||
"author": "Becem Gharbi", | ||
|
@@ -38,7 +38,7 @@ | |
"lint": "eslint .", | ||
"typecheck": "nuxi typecheck", | ||
"prepack": "nuxt-module-build", | ||
"release:pre": "npm run typecheck && npm run lint && npm run prepack", | ||
"release:pre": "npm run lint && npm run prepack", | ||
"release": "npm run release:pre && npm run test:prod && changelogen --release && npm publish && git push --follow-tags", | ||
"prisma:generate": "cd playground && prisma generate", | ||
"prisma:migrate": "cd playground && prisma migrate dev", | ||
|
@@ -76,4 +76,4 @@ | |
"ofetch": "^1" | ||
}, | ||
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c" | ||
} | ||
} |