Skip to content

Commit 71a899c

Browse files
committed
chore(release): 2.0.0-rc.2
1 parent e1fb77e commit 71a899c

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

Diff for: CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1-
# Change Log
1+
# Changelog
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-rc.2](https://github.com/nuxt/vue-meta/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2019-06-06)
6+
7+
8+
### Bug Fixes
9+
10+
* detect and apply changes triggered before or during initialization ([#377](https://github.com/nuxt/vue-meta/issues/377)) ([34c6ad9](https://github.com/nuxt/vue-meta/commit/34c6ad9))
11+
12+
13+
### Features
14+
15+
* add basic support for multiple apps on one page ([#373](https://github.com/nuxt/vue-meta/issues/373)) ([024e7c5](https://github.com/nuxt/vue-meta/commit/024e7c5))
16+
17+
18+
519
# [2.0.0-rc.1](https://github.com/nuxt/vue-meta/compare/v2.0.0-rc.0...v2.0.0-rc.1) (2019-04-23)
620

721

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

0 commit comments

Comments
 (0)