diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ba3d405a..2bc4219f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "packages/nuxt-jsonld": "2.2.0" + "packages/nuxt-jsonld": "2.2.1" } diff --git a/packages/nuxt-jsonld/CHANGELOG.md b/packages/nuxt-jsonld/CHANGELOG.md index b111c390..d1b71c1d 100644 --- a/packages/nuxt-jsonld/CHANGELOG.md +++ b/packages/nuxt-jsonld/CHANGELOG.md @@ -1,9 +1,15 @@ # Changelog +## [2.2.1](https://github.com/ymmooot/nuxt-jsonld/compare/v2.2.0...v2.2.1) (2025-06-12) + + +### Bug Fixes + +* trigger release ([6539b4a](https://github.com/ymmooot/nuxt-jsonld/commit/6539b4a4e3d6a04e21f1b8254f9b8f1404794a8e)) + ## [2.2.0](https://github.com/ymmooot/nuxt-jsonld/compare/v2.1.1...v2.2.0) (2025-06-11) ### Bug Fixes * augment `vue` rather than `@vue/runtime-core` ([ca43314](https://github.com/ymmooot/nuxt-jsonld/commit/ca433146b3b86095c7c3c55be8c49157223af5f4)) * indicate compatibility with new v4 major ([8cc9c67](https://github.com/ymmooot/nuxt-jsonld/commit/8cc9c67dd729cf9b663fcc3e134cfdb7661c3335)) - diff --git a/packages/nuxt-jsonld/package.json b/packages/nuxt-jsonld/package.json index e62b079e..df3b7532 100644 --- a/packages/nuxt-jsonld/package.json +++ b/packages/nuxt-jsonld/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-jsonld", - "version": "2.2.0", + "version": "2.2.1", "description": "manage JSON-LD in Vue component.", "repository": "ssh://git@github.com/ymmooot/nuxt-jsonld.git", "author": "Ryota Yamamoto ",