Skip to content

Commit

Permalink
chore(release): 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlie committed Oct 3, 2019
1 parent da0ba13 commit f659121
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.3.0](https://github.com/nuxt/vue-meta/compare/v2.3.0-beta.0...v2.3.0) (2019-10-03)

## [2.3.0-beta.0](https://github.com/nuxt/vue-meta/compare/v2.2.2...v2.3.0-beta.0) (2019-09-17)


Expand Down
4 changes: 2 additions & 2 deletions dist/vue-meta.common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* vue-meta v2.3.0-beta.0
* vue-meta v2.3.0
* (c) 2019
* - Declan de Wet
* - Sébastien Chopin (@Atinux)
Expand All @@ -14,7 +14,7 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'defau

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

var version = "2.3.0-beta.0";
var version = "2.3.0";

function _typeof(obj) {
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-meta.esm.browser.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* vue-meta v2.3.0-beta.0
* vue-meta v2.3.0
* (c) 2019
* - Declan de Wet
* - Sébastien Chopin (@Atinux)
Expand All @@ -10,7 +10,7 @@

import deepmerge from 'deepmerge';

var version = "2.3.0-beta.0";
var version = "2.3.0";

function _typeof(obj) {
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-meta.esm.browser.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/vue-meta.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* vue-meta v2.3.0-beta.0
* vue-meta v2.3.0
* (c) 2019
* - Declan de Wet
* - Sébastien Chopin (@Atinux)
Expand All @@ -10,7 +10,7 @@

import deepmerge from 'deepmerge';

var version = "2.3.0-beta.0";
var version = "2.3.0";

function _typeof(obj) {
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-meta.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* vue-meta v2.3.0-beta.0
* vue-meta v2.3.0
* (c) 2019
* - Declan de Wet
* - Sébastien Chopin (@Atinux)
Expand All @@ -14,7 +14,7 @@
(global = global || self, global.VueMeta = factory());
}(this, function () { 'use strict';

var version = "2.3.0-beta.0";
var version = "2.3.0";

function _typeof(obj) {
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-meta.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-meta",
"version": "2.3.0-beta.0",
"version": "2.3.0",
"description": "Manage HTML metadata in Vue.js components with ssr support",
"keywords": [
"attribute",
Expand Down

0 comments on commit f659121

Please sign in to comment.