@nuxtjs/seo 3.2.0 → 3.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/module.json +1 -1
- package/package.json +2 -2
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxtjs/seo",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.1",
|
|
5
5
|
"description": "Fully equipped Technical SEO for busy Nuxters.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Harlan Wilton",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"dev:docs": "nuxi dev docs",
|
|
83
83
|
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare",
|
|
84
84
|
"lint": "eslint . --fix",
|
|
85
|
-
"release": "pnpm build && bumpp
|
|
85
|
+
"release": "pnpm build && bumpp -x \"npx changelogen --output=CHANGELOG.md\"",
|
|
86
86
|
"test": " pnpm dev:prepare && nuxi prepare test/fixtures/basic && nuxi prepare test/fixtures/i18n && vitest",
|
|
87
87
|
"typecheck": "pnpm dev:prepare && tsc --noEmit && npx vue-tsc --noEmit --strict",
|
|
88
88
|
"test:attw": "attw --pack"
|