Skip to content

Commit f659121

Browse files
committed
chore(release): 2.3.0
1 parent da0ba13 commit f659121

8 files changed

+13
-11
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.3.0](https://github.com/nuxt/vue-meta/compare/v2.3.0-beta.0...v2.3.0) (2019-10-03)
6+
57
## [2.3.0-beta.0](https://github.com/nuxt/vue-meta/compare/v2.2.2...v2.3.0-beta.0) (2019-09-17)
68

79

Diff for: dist/vue-meta.common.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* vue-meta v2.3.0-beta.0
2+
* vue-meta v2.3.0
33
* (c) 2019
44
* - Declan de Wet
55
* - Sébastien Chopin (@Atinux)
@@ -14,7 +14,7 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'defau
1414

1515
var deepmerge = _interopDefault(require('deepmerge'));
1616

17-
var version = "2.3.0-beta.0";
17+
var version = "2.3.0";
1818

1919
function _typeof(obj) {
2020
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {

Diff for: dist/vue-meta.esm.browser.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* vue-meta v2.3.0-beta.0
2+
* vue-meta v2.3.0
33
* (c) 2019
44
* - Declan de Wet
55
* - Sébastien Chopin (@Atinux)
@@ -10,7 +10,7 @@
1010

1111
import deepmerge from 'deepmerge';
1212

13-
var version = "2.3.0-beta.0";
13+
var version = "2.3.0";
1414

1515
function _typeof(obj) {
1616
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {

Diff for: dist/vue-meta.esm.browser.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/vue-meta.esm.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* vue-meta v2.3.0-beta.0
2+
* vue-meta v2.3.0
33
* (c) 2019
44
* - Declan de Wet
55
* - Sébastien Chopin (@Atinux)
@@ -10,7 +10,7 @@
1010

1111
import deepmerge from 'deepmerge';
1212

13-
var version = "2.3.0-beta.0";
13+
var version = "2.3.0";
1414

1515
function _typeof(obj) {
1616
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {

Diff for: dist/vue-meta.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* vue-meta v2.3.0-beta.0
2+
* vue-meta v2.3.0
33
* (c) 2019
44
* - Declan de Wet
55
* - Sébastien Chopin (@Atinux)
@@ -14,7 +14,7 @@
1414
(global = global || self, global.VueMeta = factory());
1515
}(this, function () { 'use strict';
1616

17-
var version = "2.3.0-beta.0";
17+
var version = "2.3.0";
1818

1919
function _typeof(obj) {
2020
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {

Diff for: dist/vue-meta.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)