diff --git a/CHANGELOG.md b/CHANGELOG.md index fc77dd8..5d5acfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + ## v3.0.1 [compare changes](https://github.com/becem-gharbi/nuxt-auth/compare/v3.0.0...v3.0.1) diff --git a/package.json b/package.json index 7d3828d..814be8f 100644 --- a/package.json +++ b/package.json @@ -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": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c" -} +} \ No newline at end of file