Skip to content

Commit 25331dd

Browse files
committed
chore(release): v0.0.4
1 parent da83bfd commit 25331dd

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.0.4
5+
6+
[compare changes](https://github.com/barbapapazes/nuxt-authorization/compare/v0.0.3...v0.0.4)
7+
8+
### 📖 Documentation
9+
10+
- Write readme ([da83bfd](https://github.com/barbapapazes/nuxt-authorization/commit/da83bfd))
11+
12+
### 🏡 Chore
13+
14+
- Add renovate ([84dab73](https://github.com/barbapapazes/nuxt-authorization/commit/84dab73))
15+
- Remove unnecessary eslint rule at the top of the file ([0562038](https://github.com/barbapapazes/nuxt-authorization/commit/0562038))
16+
- Credit adonis ([36b331f](https://github.com/barbapapazes/nuxt-authorization/commit/36b331f))
17+
- Rename bouncer to authorization-resolver in playground ([ca6b6be](https://github.com/barbapapazes/nuxt-authorization/commit/ca6b6be))
18+
- Add nuxt compatibility ([722ce8a](https://github.com/barbapapazes/nuxt-authorization/commit/722ce8a))
19+
- Remove log ([2b5bc78](https://github.com/barbapapazes/nuxt-authorization/commit/2b5bc78))
20+
21+
### ✅ Tests
22+
23+
- Add tests to core functions ([35d4470](https://github.com/barbapapazes/nuxt-authorization/commit/35d4470))
24+
25+
### 🤖 CI
26+
27+
- Add autofix and ci pipeline ([37c2dd4](https://github.com/barbapapazes/nuxt-authorization/commit/37c2dd4))
28+
- Rename a step ([98edbf8](https://github.com/barbapapazes/nuxt-authorization/commit/98edbf8))
29+
30+
### ❤️ Contributors
31+
32+
- Barbapapazes <[email protected]>
33+
434
## v0.0.3
535

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

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