Skip to content

Commit d47cac1

Browse files
committed
chore(release): v0.5.12
1 parent 1d4c52c commit d47cac1

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Changelog
22

33

4+
## v0.5.12
5+
6+
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.11...v0.5.12)
7+
8+
### 🚀 Enhancements
9+
10+
- **session:** Add generated session id ([#338](https://github.com/atinux/nuxt-auth-utils/pull/338))
11+
- Add bluesky as a provider ([#281](https://github.com/atinux/nuxt-auth-utils/pull/281))
12+
13+
### 🏡 Chore
14+
15+
- Update deps ([1d4c52c](https://github.com/atinux/nuxt-auth-utils/commit/1d4c52c))
16+
17+
### ❤️ Contributors
18+
19+
- Sébastien Chopin <[email protected]>
20+
- Neil Richter <[email protected]>
21+
422
## v0.5.11
523

624
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.10...v0.5.11)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-auth-utils",
3-
"version": "0.5.11",
3+
"version": "0.5.12",
44
"description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)