From 02237e01769415f78842e833013de8dbe9a4d132 Mon Sep 17 00:00:00 2001 From: pimlie Date: Mon, 10 Jun 2019 10:47:13 +0000 Subject: [PATCH] chore(release): 2.0.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43c5169..a9ab672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.2](https://github.com/nuxt/vue-meta/compare/v2.0.1...v2.0.2) (2019-06-10) + + +### Bug Fixes + +* correctly transpile builds ([6751d24](https://github.com/nuxt/vue-meta/commit/6751d24)) +* use simple polyfilled includes method ([623970d](https://github.com/nuxt/vue-meta/commit/623970d)) + + + ### [2.0.1](https://github.com/nuxt/vue-meta/compare/v2.0.0...v2.0.1) (2019-06-09) diff --git a/package.json b/package.json index 2e9b607..d15603a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-meta", - "version": "2.0.1", + "version": "2.0.2", "description": "Manage HTML metadata in Vue.js components with ssr support", "keywords": [ "attribute",