Skip to content

Commit f7bc60a

Browse files
committed
chore(release): v0.3.0
1 parent 24a501d commit f7bc60a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.3.0
5+
6+
[compare changes](https://github.com/barbapapazes/nuxt-authorization/compare/v0.2.0...v0.3.0)
7+
8+
### 💅 Refactors
9+
10+
- ⚠️ Less verbose components arguments ([#25](https://github.com/barbapapazes/nuxt-authorization/pull/25))
11+
12+
#### ⚠️ Breaking Changes
13+
14+
- ⚠️ Less verbose components arguments ([#25](https://github.com/barbapapazes/nuxt-authorization/pull/25))
15+
16+
### ❤️ Contributors
17+
18+
- Daniele Nicosia <[email protected]>
19+
420
## v0.2.0
521

622
[compare changes](https://github.com/barbapapazes/nuxt-authorization/compare/v0.1.0...v0.2.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.2.0",
3+
"version": "0.3.0",
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)