Skip to content

Commit ed221c1

Browse files
committed
chore(release): v0.5.13
1 parent d8534ef commit ed221c1

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.13
5+
6+
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.12...v0.5.13)
7+
8+
### 🩹 Fixes
9+
10+
- **bluesky:** Use local map for session storing ([#340](https://github.com/atinux/nuxt-auth-utils/pull/340))
11+
12+
### 🏡 Chore
13+
14+
- **playground:** Update nuxt version ([4852cd7](https://github.com/atinux/nuxt-auth-utils/commit/4852cd7))
15+
- Fix types ([43d7d11](https://github.com/atinux/nuxt-auth-utils/commit/43d7d11))
16+
17+
### ❤️ Contributors
18+
19+
- Neil Richter ([@noook](http://github.com/noook))
20+
- Sébastien Chopin <[email protected]>
21+
422
## v0.5.12
523

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

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.12",
3+
"version": "0.5.13",
44
"description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)