2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-10 07:12:24 +03:00

chore(release): 3.0.0-alpha.9

This commit is contained in:
pimlie
2021-06-06 22:01:32 +00:00
parent 8e3f785160
commit eec4e7c7c0
10 changed files with 16 additions and 9 deletions
+7
View File
@@ -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)
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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",