From 60469670333a5b107cc7a4b9de1a73f1fa264468 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 Feb 2023 11:14:52 +0000 Subject: [PATCH] chore(release): 1.5.5 [skip ci] ## [1.5.5](https://github.com/ymmooot/nuxt-jsonld/compare/v1.5.4...v1.5.5) (2023-02-14) ### Bug Fixes * add type graph ([fd31e26](https://github.com/ymmooot/nuxt-jsonld/commit/fd31e264ea1e921e73f692db111c7993ff3a6b6a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85449935..6450e8c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.5](https://github.com/ymmooot/nuxt-jsonld/compare/v1.5.4...v1.5.5) (2023-02-14) + + +### Bug Fixes + +* add type graph ([fd31e26](https://github.com/ymmooot/nuxt-jsonld/commit/fd31e264ea1e921e73f692db111c7993ff3a6b6a)) + ## [1.5.4](https://github.com/ymmooot/nuxt-jsonld/compare/v1.5.3...v1.5.4) (2023-02-05) diff --git a/package.json b/package.json index 66c0b675..dbe1521e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-jsonld", - "version": "1.5.4", + "version": "1.5.5", "description": "manage jsonld in Vue component.", "main": "lib/index.js", "repository": "ssh://git@github.com/ymmooot/nuxt-jsonld.git",