Skip to content

Commit b45da48

Browse files
authored
chore(master): release 2.2.1 (#1477)
1 parent 6539b4a commit b45da48

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/nuxt-jsonld": "2.2.0"
2+
"packages/nuxt-jsonld": "2.2.1"
33
}

packages/nuxt-jsonld/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Changelog
22

3+
## [2.2.1](https://github.com/ymmooot/nuxt-jsonld/compare/v2.2.0...v2.2.1) (2025-06-12)
4+
5+
6+
### Bug Fixes
7+
8+
* trigger release ([6539b4a](https://github.com/ymmooot/nuxt-jsonld/commit/6539b4a4e3d6a04e21f1b8254f9b8f1404794a8e))
9+
310
## [2.2.0](https://github.com/ymmooot/nuxt-jsonld/compare/v2.1.1...v2.2.0) (2025-06-11)
411

512
### Bug Fixes
613

714
* augment `vue` rather than `@vue/runtime-core` ([ca43314](https://github.com/ymmooot/nuxt-jsonld/commit/ca433146b3b86095c7c3c55be8c49157223af5f4))
815
* indicate compatibility with new v4 major ([8cc9c67](https://github.com/ymmooot/nuxt-jsonld/commit/8cc9c67dd729cf9b663fcc3e134cfdb7661c3335))
9-

packages/nuxt-jsonld/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-jsonld",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "manage JSON-LD in Vue component.",
55
"repository": "ssh://[email protected]/ymmooot/nuxt-jsonld.git",
66
"author": "Ryota Yamamoto <[email protected]>",

0 commit comments

Comments
 (0)