Skip to content

Commit f904fdb

Browse files
committed
chore(release): 2.0.0
1 parent cc344ef commit f904fdb

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

Diff for: CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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.0](https://github.com/nuxt/vue-meta/compare/v2.0.0-rc.2...v2.0.0) (2019-06-09)
6+
7+
8+
### Bug Fixes
9+
10+
* set ssr appId in mounted hook ([2dd1697](https://github.com/nuxt/vue-meta/commit/2dd1697))
11+
* use empty string value for boolean attributes on client side (fixes [#381](https://github.com/nuxt/vue-meta/issues/381)) ([eb4980c](https://github.com/nuxt/vue-meta/commit/eb4980c))
12+
13+
14+
### Features
15+
16+
* **ts:** add microdata meta tag type ([#382](https://github.com/nuxt/vue-meta/issues/382)) ([11c8138](https://github.com/nuxt/vue-meta/commit/11c8138))
17+
18+
19+
### Tests
20+
21+
* add type tests to circleci ([c6180af](https://github.com/nuxt/vue-meta/commit/c6180af))
22+
* fix ssr hydration tests ([fc57998](https://github.com/nuxt/vue-meta/commit/fc57998))
23+
24+
25+
526
## [2.0.0-rc.2](https://github.com/nuxt/vue-meta/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2019-06-06)
627

728

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.0-rc.2",
3+
"version": "2.0.0",
44
"description": "Manage HTML metadata in Vue.js components with ssr support",
55
"keywords": [
66
"attribute",

0 commit comments

Comments
 (0)