Skip to content

Commit 58268d7

Browse files
committed
chore(release): v0.0.16
1 parent b930118 commit 58268d7

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.0.16
5+
6+
[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.15...v0.0.16)
7+
8+
### 🚀 Enhancements
9+
10+
- Add replaceUserSession() ([#44](https://github.com/Atinux/nuxt-auth-utils/pull/44))
11+
12+
### 🩹 Fixes
13+
14+
- **google:** Remove `redirectUrl` type ([#52](https://github.com/Atinux/nuxt-auth-utils/pull/52))
15+
16+
### 🏡 Chore
17+
18+
- Better server types ([#51](https://github.com/Atinux/nuxt-auth-utils/pull/51))
19+
- Update deps ([b930118](https://github.com/Atinux/nuxt-auth-utils/commit/b930118))
20+
21+
### ❤️ Contributors
22+
23+
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
24+
- Maximilian Götz-Mikus ([@maximilianmikus](http://github.com/maximilianmikus))
25+
- Harlan Wilton ([@harlan-zw](http://github.com/harlan-zw))
26+
427
## v0.0.15
528

629
[compare changes](https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.14...v0.0.15)

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.0.15",
3+
"version": "0.0.16",
44
"description": "Minimalist Auth module for Nuxt with SSR",
55
"repository": "Atinux/nuxt-auth-utils",
66
"license": "MIT",

0 commit comments

Comments
 (0)