From eec4e7c7c00dfff74edd29675421052596bbada1 Mon Sep 17 00:00:00 2001 From: pimlie Date: Sun, 6 Jun 2021 22:01:32 +0000 Subject: [PATCH] chore(release): 3.0.0-alpha.9 --- CHANGELOG.md | 7 +++++++ dist/vue-meta.cjs.js | 2 +- dist/vue-meta.cjs.prod.js | 2 +- dist/vue-meta.d.ts | 2 +- dist/vue-meta.esm-browser.js | 2 +- dist/vue-meta.esm-browser.min.js | 2 +- dist/vue-meta.esm-bundler.js | 2 +- dist/vue-meta.global.js | 2 +- dist/vue-meta.global.min.js | 2 +- package.json | 2 +- 10 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a6834b..5fd065b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [3.0.0-alpha.9](https://github.com/nuxt/vue-meta/compare/v3.0.0-alpha.8...v3.0.0-alpha.9) (2021-06-06) + + +### Bug Fixes + +* include ssr types in npm publish ([8e3f785](https://github.com/nuxt/vue-meta/commit/8e3f785160a3c31971e3b11e66ad56b6e3c03b06)) + ## [3.0.0-alpha.8](https://github.com/nuxt/vue-meta/compare/v3.0.0-alpha.7...v3.0.0-alpha.8) (2021-06-06) diff --git a/dist/vue-meta.cjs.js b/dist/vue-meta.cjs.js index d60325d..f44fb15 100644 --- a/dist/vue-meta.cjs.js +++ b/dist/vue-meta.cjs.js @@ -1,5 +1,5 @@ /** - * vue-meta v3.0.0-alpha.8 + * vue-meta v3.0.0-alpha.9 * (c) 2021 * - Pim (@pimlie) * - All the amazing contributors diff --git a/dist/vue-meta.cjs.prod.js b/dist/vue-meta.cjs.prod.js index 567d3c8..5b00a6e 100644 --- a/dist/vue-meta.cjs.prod.js +++ b/dist/vue-meta.cjs.prod.js @@ -1,5 +1,5 @@ /** - * vue-meta v3.0.0-alpha.8 + * vue-meta v3.0.0-alpha.9 * (c) 2021 * - Pim (@pimlie) * - All the amazing contributors diff --git a/dist/vue-meta.d.ts b/dist/vue-meta.d.ts index d16d51f..187c106 100644 --- a/dist/vue-meta.d.ts +++ b/dist/vue-meta.d.ts @@ -1,5 +1,5 @@ /** - * vue-meta v3.0.0-alpha.8 + * vue-meta v3.0.0-alpha.9 * (c) 2021 * - Pim (@pimlie) * - All the amazing contributors diff --git a/dist/vue-meta.esm-browser.js b/dist/vue-meta.esm-browser.js index c829af7..d83afee 100644 --- a/dist/vue-meta.esm-browser.js +++ b/dist/vue-meta.esm-browser.js @@ -1,5 +1,5 @@ /** - * vue-meta v3.0.0-alpha.8 + * vue-meta v3.0.0-alpha.9 * (c) 2021 * - Pim (@pimlie) * - All the amazing contributors diff --git a/dist/vue-meta.esm-browser.min.js b/dist/vue-meta.esm-browser.min.js index baef48f..9a2a9f1 100644 --- a/dist/vue-meta.esm-browser.min.js +++ b/dist/vue-meta.esm-browser.min.js @@ -1,5 +1,5 @@ /** - * vue-meta v3.0.0-alpha.8 + * vue-meta v3.0.0-alpha.9 * (c) 2021 * - Pim (@pimlie) * - All the amazing contributors diff --git a/dist/vue-meta.esm-bundler.js b/dist/vue-meta.esm-bundler.js index bddb024..4ae4eb1 100644 --- a/dist/vue-meta.esm-bundler.js +++ b/dist/vue-meta.esm-bundler.js @@ -1,5 +1,5 @@ /** - * vue-meta v3.0.0-alpha.8 + * vue-meta v3.0.0-alpha.9 * (c) 2021 * - Pim (@pimlie) * - All the amazing contributors diff --git a/dist/vue-meta.global.js b/dist/vue-meta.global.js index 5e3be92..662a499 100644 --- a/dist/vue-meta.global.js +++ b/dist/vue-meta.global.js @@ -1,5 +1,5 @@ /** - * vue-meta v3.0.0-alpha.8 + * vue-meta v3.0.0-alpha.9 * (c) 2021 * - Pim (@pimlie) * - All the amazing contributors diff --git a/dist/vue-meta.global.min.js b/dist/vue-meta.global.min.js index 6f37b1a..bf775c3 100644 --- a/dist/vue-meta.global.min.js +++ b/dist/vue-meta.global.min.js @@ -1,5 +1,5 @@ /** - * vue-meta v3.0.0-alpha.8 + * vue-meta v3.0.0-alpha.9 * (c) 2021 * - Pim (@pimlie) * - All the amazing contributors diff --git a/package.json b/package.json index 77d3790..c6f0161 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-meta", - "version": "3.0.0-alpha.8", + "version": "3.0.0-alpha.9", "description": "Manage HTML metadata in Vue.js components with SSR support", "main": "dist/vue-meta.cjs.js", "browser": "dist/vue-meta.esm-browser.min.js",