diff --git a/CHANGELOG.md b/CHANGELOG.md index 23ab2e7d..8c51936e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.1](https://github.com/nuxt/vue-meta/compare/v3.0.0-alpha.0...v3.0.0-alpha.1) (2021-01-31) + + +### Features + +* rollup dts ([616d6b4](https://github.com/nuxt/vue-meta/commit/616d6b4db60e5b587ce85bb5915cb963a1f1e9cd)) + + +### Bug Fixes + +* consolidate types ([45704e0](https://github.com/nuxt/vue-meta/commit/45704e0a3187b168bee43e153aedfb82f3fe1d4c)) + ## [3.0.0-alpha.0](https://github.com/nuxt/vue-meta/compare/v2.3.3...v3.0.0-alpha.0) (2021-01-25) The first alpha release for vue-meta v3 supporting Vue 3, basic functionality should work but needs lots more testing. Don't use this in production. Help with squashing bugs would be appreciated. diff --git a/dist/vue-meta.cjs.js b/dist/vue-meta.cjs.js index 15172496..8366b647 100644 --- a/dist/vue-meta.cjs.js +++ b/dist/vue-meta.cjs.js @@ -1,5 +1,5 @@ /** - * vue-meta v3.0.0-alpha.0 + * vue-meta v3.0.0-alpha.1 * (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 d166e139..2d7c2182 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.0 + * vue-meta v3.0.0-alpha.1 * (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 44c986d1..6904d978 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.0 + * vue-meta v3.0.0-alpha.1 * (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 38096a40..1b809291 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.0 + * vue-meta v3.0.0-alpha.1 * (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 469e1e2a..c76404f8 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.0 + * vue-meta v3.0.0-alpha.1 * (c) 2021 * - Pim (@pimlie) * - All the amazing contributors diff --git a/dist/vue-meta.global.js b/dist/vue-meta.global.js index 928e3f85..74512f45 100644 --- a/dist/vue-meta.global.js +++ b/dist/vue-meta.global.js @@ -1,5 +1,5 @@ /** - * vue-meta v3.0.0-alpha.0 + * vue-meta v3.0.0-alpha.1 * (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 5469948b..dc6effab 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.0 + * vue-meta v3.0.0-alpha.1 * (c) 2021 * - Pim (@pimlie) * - All the amazing contributors diff --git a/package.json b/package.json index a5bc727a..2e5718b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-meta", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "Manage HTML metadata in Vue.js components with SSR support", "main": "dist/vue-meta.cjs.js", "unpkg": "dist/vue-meta.global.js",