From 15affe3342cd3702fdd24f1471d720619c484f3c Mon Sep 17 00:00:00 2001 From: pimlie Date: Sun, 9 Jun 2019 18:56:13 +0000 Subject: [PATCH] chore(release): 2.0.1 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a7f7feb..43c51694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.0.1](https://github.com/nuxt/vue-meta/compare/v2.0.0...v2.0.1) (2019-06-09) + + +### Bug Fixes + +* allow _hasMetaInfo to be configurable ([8b7b991](https://github.com/nuxt/vue-meta/commit/8b7b991)) +* prevent vue-meta plugin to be installed twice ([094fd9d](https://github.com/nuxt/vue-meta/commit/094fd9d)) + + +### Tests + +* prevent plugin install twice ([8ab63b4](https://github.com/nuxt/vue-meta/commit/8ab63b4)) + + + ## [2.0.0](https://github.com/nuxt/vue-meta/compare/v2.0.0-rc.2...v2.0.0) (2019-06-09) diff --git a/package.json b/package.json index d15deab1..e2142a5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-meta", - "version": "2.0.0", + "version": "2.0.1", "description": "Manage HTML metadata in Vue.js components with ssr support", "keywords": [ "attribute",