Skip to content

Commit 9e7bd5a

Browse files
committed
chore(release): v0.4.1
1 parent be2626b commit 9e7bd5a

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.4.1
5+
6+
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.4.0...v0.4.1)
7+
8+
### 📖 Documentation
9+
10+
- Typo ([c16d014](https://github.com/atinux/nuxt-auth-utils/commit/c16d014))
11+
- Update links ([2ed5e17](https://github.com/atinux/nuxt-auth-utils/commit/2ed5e17))
12+
13+
### 🏡 Chore
14+
15+
- Remove unnecessary challenge cookie ([be2626b](https://github.com/atinux/nuxt-auth-utils/commit/be2626b))
16+
17+
### ❤️ Contributors
18+
19+
- Gerben Mulder <[email protected]>
20+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
21+
422
## v0.4.0
523

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

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.4.0",
3+
"version": "0.4.1",
44
"description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.",
55
"repository": "atinux/nuxt-auth-utils",
66
"license": "MIT",

0 commit comments

Comments
 (0)