Skip to content

Commit c95cb73

Browse files
committed
chore(release): v0.4.3
1 parent c1291cd commit c95cb73

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.4.3
5+
6+
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.4.2...v0.4.3)
7+
8+
### 🚀 Enhancements
9+
10+
- ClearUserSession takes config arg as well ([69eaf42](https://github.com/atinux/nuxt-auth-utils/commit/69eaf42))
11+
- Add linear provider ([c1291cd](https://github.com/atinux/nuxt-auth-utils/commit/c1291cd))
12+
13+
### 🏡 Chore
14+
15+
- Update deps ([2719753](https://github.com/atinux/nuxt-auth-utils/commit/2719753))
16+
17+
### ❤️ Contributors
18+
19+
- Jules Libert <[email protected]>
20+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
21+
- Mathieu NICOLAS ([@mathieunicolas](http://github.com/mathieunicolas))
22+
423
## v0.4.2
524

625
[compare changes](https://github.com/atinux/nuxt-auth-utils/compare/v0.4.1...v0.4.2)

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