diff --git a/CHANGELOG.md b/CHANGELOG.md index a613f93..fa19989 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.4](https://github.com/nuxt/vue-meta/compare/v3.0.0-alpha.3...v3.0.0-alpha.4) (2021-04-11) + + +### Bug Fixes + +* add browser & types entry ([2257686](https://github.com/nuxt/vue-meta/commit/225768611a7a66e179e86190202162c327bea451)) + ## [3.0.0-alpha.3](https://github.com/nuxt/vue-meta/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) (2021-04-04) diff --git a/dist/vue-meta.cjs.js b/dist/vue-meta.cjs.js index adf897a..163ef80 100644 --- a/dist/vue-meta.cjs.js +++ b/dist/vue-meta.cjs.js @@ -1,5 +1,5 @@ /** - * vue-meta v3.0.0-alpha.3 + * vue-meta v3.0.0-alpha.4 * (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 94082f6..764ac40 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.3 + * vue-meta v3.0.0-alpha.4 * (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 c672ef5..65997e1 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.3 + * vue-meta v3.0.0-alpha.4 * (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 f8acda9..bed7a79 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.3 + * vue-meta v3.0.0-alpha.4 * (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 ef7f2a4..4d6684c 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.3 + * vue-meta v3.0.0-alpha.4 * (c) 2021 * - Pim (@pimlie) * - All the amazing contributors diff --git a/dist/vue-meta.global.js b/dist/vue-meta.global.js index 2901e23..762ec13 100644 --- a/dist/vue-meta.global.js +++ b/dist/vue-meta.global.js @@ -1,5 +1,5 @@ /** - * vue-meta v3.0.0-alpha.3 + * vue-meta v3.0.0-alpha.4 * (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 bd79769..1f0af02 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.3 + * vue-meta v3.0.0-alpha.4 * (c) 2021 * - Pim (@pimlie) * - All the amazing contributors diff --git a/package.json b/package.json index 0be47bb..64d6266 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-meta", - "version": "3.0.0-alpha.3", + "version": "3.0.0-alpha.4", "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",