From f8fd52385ba09c5ab439a2307b57ba2ebcc42fe2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 31 May 2019 17:19:17 +0000 Subject: [PATCH] chore(release): 1.3.2 [skip ci] ## [1.3.2](https://github.com/ymmooot/nuxt-jsonld/compare/v1.3.1...v1.3.2) (2019-05-31) ### Bug Fixes * fix bug of type ([9e7c807](https://github.com/ymmooot/nuxt-jsonld/commit/9e7c807)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f1a31e7..7d3c5ad8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.2](https://github.com/ymmooot/nuxt-jsonld/compare/v1.3.1...v1.3.2) (2019-05-31) + + +### Bug Fixes + +* fix bug of type ([9e7c807](https://github.com/ymmooot/nuxt-jsonld/commit/9e7c807)) + ## [1.3.1](https://github.com/ymmooot/nuxt-jsonld/compare/v1.3.0...v1.3.1) (2019-05-31) diff --git a/package.json b/package.json index 6f251fc4..cd69dce4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-jsonld", - "version": "1.3.1", + "version": "1.3.2", "description": "manage jsonld in Vue component.", "main": "lib/index.js", "repository": "ssh://git@github.com/ymmooot/nuxt-jsonld.git",