Skip to content

Commit 9e37f63

Browse files
committed
chore: release v0.2.0
1 parent 5f3088a commit 9e37f63

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.2.0] - 2025-05-02
4+
5+
### Migration
6+
7+
Change `nuxtify` module key to `nuxtifyPages`.
8+
9+
### Changes
10+
- dx!: change module config key
11+
- build!: remove .cjs and update to latest module builder
12+
- ui: add 1200 character form rule
13+
- chore(deps): update nuxt
14+
- chore(deps): update minors
15+
316
## [0.1.0] - 2025-04-04
417

518
- chore: install and configure Nuxt and Vuetify

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtify/pages",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Nuxtify pages module powered by Nuxt and Vuetify.",
55
"license": "MIT",
66
"homepage": "https://nuxtify.dev/",

0 commit comments

Comments
 (0)