From 7b50973027a0e28784be36cd2897bb666c8a4769 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 7 Jun 2019 17:07:27 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.4.0](https://github.com/ymmooot/nuxt-jsonld/compare/v1.3.4...v1.4.0) (2019-06-07) ### Features * 🎸 not make jsonld tags when jsonld method returns null ([c4c8b0d](https://github.com/ymmooot/nuxt-jsonld/commit/c4c8b0d)), closes [#23](https://github.com/ymmooot/nuxt-jsonld/issues/23) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d762618e..1960cf81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0](https://github.com/ymmooot/nuxt-jsonld/compare/v1.3.4...v1.4.0) (2019-06-07) + + +### Features + +* 🎸 not make jsonld tags when jsonld method returns null ([c4c8b0d](https://github.com/ymmooot/nuxt-jsonld/commit/c4c8b0d)), closes [#23](https://github.com/ymmooot/nuxt-jsonld/issues/23) + ## [1.3.4](https://github.com/ymmooot/nuxt-jsonld/compare/v1.3.3...v1.3.4) (2019-05-31) diff --git a/package.json b/package.json index 11c8755d..4ce7f7ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-jsonld", - "version": "1.3.4", + "version": "1.4.0", "description": "manage jsonld in Vue component.", "main": "lib/index.js", "repository": "ssh://git@github.com/ymmooot/nuxt-jsonld.git",