@nuxtjs/seo 3.2.0 → 3.2.2

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.
Files changed (2) hide show
  1. package/dist/module.json +1 -1
  2. package/package.json +3 -3
package/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "nuxt": ">=3.16.0"
5
5
  },
6
6
  "configKey": "nuxtseo",
7
- "version": "3.2.0",
7
+ "version": "3.2.2",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxtjs/seo",
3
3
  "type": "module",
4
- "version": "3.2.0",
4
+ "version": "3.2.2",
5
5
  "description": "Fully equipped Technical SEO for busy Nuxters.",
6
6
  "author": {
7
7
  "name": "Harlan Wilton",
@@ -50,7 +50,7 @@
50
50
  "nuxt-link-checker": "^4.3.2",
51
51
  "nuxt-og-image": "^5.1.11",
52
52
  "nuxt-schema-org": "^5.0.9",
53
- "nuxt-seo-utils": "^7.0.16",
53
+ "nuxt-seo-utils": "^7.0.17",
54
54
  "nuxt-site-config": "^3.2.7"
55
55
  },
56
56
  "devDependencies": {
@@ -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 && pnpm -r publish --access public",
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"