Skip to content

Commit 02237e0

Browse files
committed
chore(release): 2.0.2
1 parent 2fc70c4 commit 02237e0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
### [2.0.2](https://github.com/nuxt/vue-meta/compare/v2.0.1...v2.0.2) (2019-06-10)
6+
7+
8+
### Bug Fixes
9+
10+
* correctly transpile builds ([6751d24](https://github.com/nuxt/vue-meta/commit/6751d24))
11+
* use simple polyfilled includes method ([623970d](https://github.com/nuxt/vue-meta/commit/623970d))
12+
13+
14+
515
### [2.0.1](https://github.com/nuxt/vue-meta/compare/v2.0.0...v2.0.1) (2019-06-09)
616

717

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-meta",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Manage HTML metadata in Vue.js components with ssr support",
55
"keywords": [
66
"attribute",

0 commit comments

Comments
 (0)