-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
32006ee
commit 3a74d8c
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,20 @@ | ||
# Changelog | ||
|
||
|
||
## v0.0.2 | ||
|
||
[compare changes](https://github.com/barbapapazes/nuxt-authorization/compare/v0.0.1...v0.0.2) | ||
|
||
### 🩹 Fixes | ||
|
||
- Correct import ([32006ee](https://github.com/barbapapazes/nuxt-authorization/commit/32006ee)) | ||
|
||
### 📖 Documentation | ||
|
||
- Add info to readme ([3077657](https://github.com/barbapapazes/nuxt-authorization/commit/3077657)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Barbapapazes <[email protected]> | ||
|
||
## v0.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "nuxt-authorization", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Authorization module for managing permissions on the Nuxt app and the Nitro server.", | ||
"author": "Estéban Soubiran <[email protected]> (https://soubiran.dev)", | ||
"license": "MIT", | ||
|