Skip to content

Commit b06924a

Browse files
committed
chore(release): v0.1.1
1 parent abff0ed commit b06924a

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

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

3+
## v0.1.1
4+
5+
[compare changes](https://github.com/trandaison/nuxt-3-auth/compare/v0.0.16...v0.1.1)
6+
7+
### 🚀 Enhancements
8+
9+
- Support any type of token ([13a7e75](https://github.com/trandaison/nuxt-3-auth/commit/13a7e75))
10+
11+
### 📖 Documentation
12+
13+
- Add maxAge for token/refresh token ([1f7cc90](https://github.com/trandaison/nuxt-3-auth/commit/1f7cc90))
14+
15+
### ❤️ Contributors
16+
17+
- Trandaison ([@trandaison](http://github.com/trandaison))
18+
19+
## v0.1.0
20+
21+
[compare changes](https://github.com/trandaison/nuxt-3-auth/compare/v0.0.16...v0.1.0)
22+
23+
### 🚀 Enhancements
24+
25+
- Support any type of token ([13a7e75](https://github.com/trandaison/nuxt-3-auth/commit/13a7e75))
26+
27+
### 📖 Documentation
28+
29+
- Add maxAge for token/refresh token ([1f7cc90](https://github.com/trandaison/nuxt-3-auth/commit/1f7cc90))
30+
31+
### ❤️ Contributors
32+
33+
- Trandaison ([@trandaison](http://github.com/trandaison))
34+
335
## v0.0.16
436

537
[compare changes](https://github.com/trandaison/nuxt-3-auth/compare/v0.0.15...v0.0.16)

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.0.16",
3+
"version": "0.1.1",
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)