From ac82afb6a7dc64a4fa646a7173d7d7b9210d5914 Mon Sep 17 00:00:00 2001 From: ryota yamamoto Date: Fri, 25 Aug 2023 19:21:32 +0900 Subject: [PATCH] chore: release v1.5.8 (#1275) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9fbafa0..72be66d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.5.8](https://github.com/ymmooot/nuxt-jsonld/compare/v1.5.7...v1.5.8) (2023-08-25) + + +### Bug Fixes + +* vue type augmentations ([#1274](https://github.com/ymmooot/nuxt-jsonld/issues/1274)) ([2c3144b](https://github.com/ymmooot/nuxt-jsonld/commit/2c3144b38f5e9610fb27c42f53bf4aa9bd4c29b8)) + + + ## [1.5.7](https://github.com/ymmooot/nuxt-jsonld/compare/v1.5.6...v1.5.7) (2023-03-17) diff --git a/package.json b/package.json index afd6e246..f7d1af83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-jsonld", - "version": "1.5.7", + "version": "1.5.8", "description": "manage jsonld in Vue component.", "main": "lib/index.js", "repository": "ssh://git@github.com/ymmooot/nuxt-jsonld.git",