Skip to content

Commit 8a1b546

Browse files
committed
chore(release): v0.3.3
1 parent 3cdc571 commit 8a1b546

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.3.3
5+
6+
[compare changes](https://github.com/barbapapazes/nuxt-authorization/compare/v0.3.2...v0.3.3)
7+
8+
### 🚀 Enhancements
9+
10+
- Support multiple slots in `Bouncer` component ([#38](https://github.com/barbapapazes/nuxt-authorization/pull/38))
11+
12+
### 💅 Refactors
13+
14+
- Bouncer ([3cdc571](https://github.com/barbapapazes/nuxt-authorization/commit/3cdc571))
15+
16+
### ✅ Tests
17+
18+
- Add missing bouncer tests ([c7f3881](https://github.com/barbapapazes/nuxt-authorization/commit/c7f3881))
19+
20+
### ❤️ Contributors
21+
22+
- Barbapapazes <[email protected]>
23+
- Daniele Nicosia <[email protected]>
24+
425
## v0.3.2
526

627
[compare changes](https://github.com/barbapapazes/nuxt-authorization/compare/v0.3.1...v0.3.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-authorization",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
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)