Skip to content

Commit f8e73cb

Browse files
committed
chore(release): v0.3.2
1 parent 9b8e6f9 commit f8e73cb

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.2
5+
6+
[compare changes](https://github.com/barbapapazes/nuxt-authorization/compare/v0.3.1...v0.3.2)
7+
8+
### 🚀 Enhancements
9+
10+
- Support multiple abilities for components ([#35](https://github.com/barbapapazes/nuxt-authorization/pull/35))
11+
12+
### 📖 Documentation
13+
14+
- Update usage ([11bf5f4](https://github.com/barbapapazes/nuxt-authorization/commit/11bf5f4))
15+
16+
### ✅ Tests
17+
18+
- Update to handle more cases ([9b8e6f9](https://github.com/barbapapazes/nuxt-authorization/commit/9b8e6f9))
19+
20+
### ❤️ Contributors
21+
22+
- Barbapapazes <e.soubiran25@gmail.com>
23+
- Maarten Van Hunsel ([@maartenvanhunsel](http://github.com/maartenvanhunsel))
24+
425
## v0.3.1
526

627
[compare changes](https://github.com/barbapapazes/nuxt-authorization/compare/v0.3.0...v0.3.1)

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.1",
3+
"version": "0.3.2",
44
"description": "Authorization module for managing permissions on the Nuxt app and the Nitro server.",
55
"author": "Estéban Soubiran <esteban@soubiran.dev> (https://soubiran.dev)",
66
"license": "MIT",

0 commit comments

Comments
 (0)