Skip to content

Commit de44df9

Browse files
committed
chore(release): v0.1.0
1 parent e1a48c6 commit de44df9

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.1.0
5+
6+
[compare changes](https://github.com/barbapapazes/nuxt-authorization/compare/v0.0.4...v0.1.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Export types ([8472ede](https://github.com/barbapapazes/nuxt-authorization/commit/8472ede))
11+
12+
### 🩹 Fixes
13+
14+
- Make component prop args optional ([27d51b2](https://github.com/barbapapazes/nuxt-authorization/commit/27d51b2))
15+
16+
### 💅 Refactors
17+
18+
- ⚠️ Prefer event.context instead of nitro-app ([57345df](https://github.com/barbapapazes/nuxt-authorization/commit/57345df))
19+
20+
### 📖 Documentation
21+
22+
- Explain usage with v4 and fix component props ([ffc1c4e](https://github.com/barbapapazes/nuxt-authorization/commit/ffc1c4e))
23+
- Update usage with nitro ([e1a48c6](https://github.com/barbapapazes/nuxt-authorization/commit/e1a48c6))
24+
25+
### 🏡 Chore
26+
27+
- Remove exclude in tsconfig ([0980005](https://github.com/barbapapazes/nuxt-authorization/commit/0980005))
28+
- Update deps ([515ed7a](https://github.com/barbapapazes/nuxt-authorization/commit/515ed7a))
29+
- Remove a log ([9572561](https://github.com/barbapapazes/nuxt-authorization/commit/9572561))
30+
- Update playground ([57ea855](https://github.com/barbapapazes/nuxt-authorization/commit/57ea855))
31+
- Update lockfile ([df72014](https://github.com/barbapapazes/nuxt-authorization/commit/df72014))
32+
33+
### ✅ Tests
34+
35+
- Components ([b7a6b74](https://github.com/barbapapazes/nuxt-authorization/commit/b7a6b74))
36+
- Remove component prop args ([31f1dd4](https://github.com/barbapapazes/nuxt-authorization/commit/31f1dd4))
37+
38+
### 🤖 CI
39+
40+
- Install playwright ([a6b08f9](https://github.com/barbapapazes/nuxt-authorization/commit/a6b08f9))
41+
42+
#### ⚠️ Breaking Changes
43+
44+
- ⚠️ Prefer event.context instead of nitro-app ([57345df](https://github.com/barbapapazes/nuxt-authorization/commit/57345df))
45+
46+
### ❤️ Contributors
47+
48+
- Barbapapazes <[email protected]>
49+
450
## v0.0.4
551

652
[compare changes](https://github.com/barbapapazes/nuxt-authorization/compare/v0.0.3...v0.0.4)

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.0.4",
3+
"version": "0.1.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)