Skip to content

Commit

Permalink
chore(release): v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Oct 1, 2024
1 parent e9ea3da commit d2352cc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
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)
Expand Down
6 changes: 3 additions & 3 deletions package.json
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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -76,4 +76,4 @@
"ofetch": "^1"
},
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}
}

0 comments on commit d2352cc

Please sign in to comment.