Skip to content

Commit 2635717

Browse files
committed
chore(release): v0.3.5
1 parent bbd3051 commit 2635717

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.3.5
5+
6+
[compare changes](https://github.com/barbapapazes/nuxt-authorization/compare/v0.3.4...v0.3.5)
7+
8+
### 🏡 Chore
9+
10+
- Update deps ([8cdd008](https://github.com/barbapapazes/nuxt-authorization/commit/8cdd008))
11+
- Update deps ([38e52f6](https://github.com/barbapapazes/nuxt-authorization/commit/38e52f6))
12+
- Support nuxt 4 ([#62](https://github.com/barbapapazes/nuxt-authorization/pull/62))
13+
14+
### 🤖 CI
15+
16+
- Add pkg.pr.new ([91befd2](https://github.com/barbapapazes/nuxt-authorization/commit/91befd2))
17+
- Update node ([a406eea](https://github.com/barbapapazes/nuxt-authorization/commit/a406eea))
18+
- Update node ([e19cc19](https://github.com/barbapapazes/nuxt-authorization/commit/e19cc19))
19+
20+
### ❤️ Contributors
21+
22+
- Stanislav Janů ([@stanislav-janu](https://github.com/stanislav-janu))
23+
- Barbapapazes <[email protected]>
24+
425
## v0.3.4
526

627
[compare changes](https://github.com/barbapapazes/nuxt-authorization/compare/v0.3.3...v0.3.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.3.4",
3+
"version": "0.3.5",
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)