Skip to content

Commit b749552

Browse files
committed
chore(release): v0.1.6
1 parent 0ea1a3a commit b749552

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## v0.1.6
4+
5+
[compare changes](https://github.com/trandaison/nuxt-3-auth/compare/v0.1.5...v0.1.6)
6+
7+
### 🩹 Fixes
8+
9+
- User is missing in global server side middleware ([82c8029](https://github.com/trandaison/nuxt-3-auth/commit/82c8029))
10+
11+
### 💅 Refactors
12+
13+
- Remove useCookie hook from AuthService ([073dc6e](https://github.com/trandaison/nuxt-3-auth/commit/073dc6e))
14+
15+
### 📖 Documentation
16+
17+
- Update type of accessToken from function to property ([471f92b](https://github.com/trandaison/nuxt-3-auth/commit/471f92b))
18+
19+
### 🏡 Chore
20+
21+
- Remove unused imports ([8f3d674](https://github.com/trandaison/nuxt-3-auth/commit/8f3d674))
22+
- Update version @nuxt/module-builder ([b46e631](https://github.com/trandaison/nuxt-3-auth/commit/b46e631))
23+
24+
### ❤️ Contributors
25+
26+
- Trandaison ([@trandaison](http://github.com/trandaison))
27+
328
## v0.1.5
429

530
[compare changes](https://github.com/trandaison/nuxt-3-auth/compare/v0.1.4...v0.1.5)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trandaison/nuxt-3-auth",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "A simple authentication module for Nuxt 3",
55
"repository": "https://github.com/trandaison/nuxt-3-auth",
66
"homepage": "https://nuxt-3-auth.github.io",

0 commit comments

Comments
 (0)