From 69f90528c5d563a515e4f647f62f08ddaebc14a0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 31 May 2019 18:53:29 +0000 Subject: [PATCH] chore(release): 1.3.4 [skip ci] ## [1.3.4](https://github.com/ymmooot/nuxt-jsonld/compare/v1.3.3...v1.3.4) (2019-05-31) ### Bug Fixes * return type ([62a8d59](https://github.com/ymmooot/nuxt-jsonld/commit/62a8d59)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d87a1100..d762618e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.4](https://github.com/ymmooot/nuxt-jsonld/compare/v1.3.3...v1.3.4) (2019-05-31) + + +### Bug Fixes + +* return type ([62a8d59](https://github.com/ymmooot/nuxt-jsonld/commit/62a8d59)) + ## [1.3.3](https://github.com/ymmooot/nuxt-jsonld/compare/v1.3.2...v1.3.3) (2019-05-31) diff --git a/package.json b/package.json index f866b23b..11c8755d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-jsonld", - "version": "1.3.3", + "version": "1.3.4", "description": "manage jsonld in Vue component.", "main": "lib/index.js", "repository": "ssh://git@github.com/ymmooot/nuxt-jsonld.git",