Skip to content

Commit 83279ac

Browse files
committed
chore(release): v0.3.1
1 parent 6d3f037 commit 83279ac

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.3.1
5+
6+
[compare changes](https://github.com/barbapapazes/nuxt-authorization/compare/v0.3.0...v0.3.1)
7+
8+
### 🚀 Enhancements
9+
10+
- Support `as` to change the rendered component ([#33](https://github.com/barbapapazes/nuxt-authorization/pull/33))
11+
12+
### 🏡 Chore
13+
14+
- Update deps ([438d261](https://github.com/barbapapazes/nuxt-authorization/commit/438d261))
15+
- Update deps ([6d3f037](https://github.com/barbapapazes/nuxt-authorization/commit/6d3f037))
16+
17+
### ✅ Tests
18+
19+
- Fix ([2cd1a71](https://github.com/barbapapazes/nuxt-authorization/commit/2cd1a71))
20+
21+
### ❤️ Contributors
22+
23+
- Barbapapazes <[email protected]>
24+
- Maarten Van Hunsel ([@maartenvanhunsel](http://github.com/maartenvanhunsel))
25+
426
## v0.3.0
527

628
[compare changes](https://github.com/barbapapazes/nuxt-authorization/compare/v0.2.0...v0.3.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-authorization",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Authorization module for managing permissions on the Nuxt app and the Nitro server.",
55
"author": "Estéban Soubiran <[email protected]> (https://soubiran.dev)",
66
"license": "MIT",

0 commit comments

Comments
 (0)