From dc165068c6da513f9c05fe5676f70e1bd7652855 Mon Sep 17 00:00:00 2001 From: pimlie Date: Tue, 11 Jun 2019 14:24:40 +0000 Subject: [PATCH] chore(release): 2.0.3 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9ab672..a826b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.3](https://github.com/nuxt/vue-meta/compare/v2.0.2...v2.0.3) (2019-06-11) + + +### Bug Fixes + +* $meta can be called server side before app is initiated ([ecd725d](https://github.com/nuxt/vue-meta/commit/ecd725d)) + + + ### [2.0.2](https://github.com/nuxt/vue-meta/compare/v2.0.1...v2.0.2) (2019-06-10) diff --git a/package.json b/package.json index 4f5e4ea..967ce8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-meta", - "version": "2.0.2", + "version": "2.0.3", "description": "Manage HTML metadata in Vue.js components with ssr support", "keywords": [ "attribute",