Skip to content

Commit 16b616d

Browse files
committed
chore(release): v0.2.0
1 parent 8d04f41 commit 16b616d

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.2.0
5+
6+
[compare changes](https://github.com/barbapapazes/nuxt-authorization/compare/v0.1.0...v0.2.0)
7+
8+
### 🚀 Enhancements
9+
10+
- `Bouncer` component ([#19](https://github.com/barbapapazes/nuxt-authorization/pull/19))
11+
- Add reactivity to components ([#18](https://github.com/barbapapazes/nuxt-authorization/pull/18))
12+
13+
### 💅 Refactors
14+
15+
- Use compatibility v4 in playground ([27a5610](https://github.com/barbapapazes/nuxt-authorization/commit/27a5610))
16+
- ⚠️ Types ([#23](https://github.com/barbapapazes/nuxt-authorization/pull/23))
17+
18+
### 🏡 Chore
19+
20+
- Update deps ([7fa5adf](https://github.com/barbapapazes/nuxt-authorization/commit/7fa5adf))
21+
- Lint ([fef9562](https://github.com/barbapapazes/nuxt-authorization/commit/fef9562))
22+
23+
#### ⚠️ Breaking Changes
24+
25+
- ⚠️ Types ([#23](https://github.com/barbapapazes/nuxt-authorization/pull/23))
26+
27+
### ❤️ Contributors
28+
29+
- Daniele Nicosia ([@zAlweNy26](http://github.com/zAlweNy26))
30+
- Matthias Esterl ([@madc](http://github.com/madc))
31+
- Barbapapazes <[email protected]>
32+
433
## v0.1.0
534

635
[compare changes](https://github.com/barbapapazes/nuxt-authorization/compare/v0.0.4...v0.1.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.1.0",
3+
"version": "0.2.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)