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:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -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
|
||||
|
||||
Vendored
+1
-1
@@ -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
|
||||
|
||||
Vendored
+1
-1
@@ -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
|
||||
|
||||
Vendored
+1
-1
@@ -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
|
||||
|
||||
Vendored
+1
-1
@@ -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
|
||||
|
||||
Vendored
+1
-1
@@ -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
|
||||
|
||||
Vendored
+1
-1
@@ -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
|
||||
|
||||
Vendored
+1
-1
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user