Skip to content

Commit 6b61b88

Browse files
committed
chore(release): v0.5.15
1 parent b7e078d commit 6b61b88

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.5.15
5+
6+
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.14...v0.5.15)
7+
8+
### 🩹 Fixes
9+
10+
- Import useError ([b7e078d](https://github.com/atinux/nuxt-auth-utils/commit/b7e078d))
11+
12+
### 📖 Documentation
13+
14+
- Wrong var name in README.md ([#345](https://github.com/atinux/nuxt-auth-utils/pull/345))
15+
16+
### 🏡 Chore
17+
18+
- Align @simplewebauthn/types version ([#344](https://github.com/atinux/nuxt-auth-utils/pull/344))
19+
20+
### ❤️ Contributors
21+
22+
- Sébastien Chopin <[email protected]>
23+
- Alex ([@alexfriesen](http://github.com/alexfriesen))
24+
- Mktcode <[email protected]>
25+
426
## v0.5.14
527

628
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.13...v0.5.14)

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

0 commit comments

Comments
 (0)