mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-24 04:20:34 +03:00
chore(release): 3.0.0-alpha.4
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.
|
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)
|
## [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)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* vue-meta v3.0.0-alpha.3
|
* vue-meta v3.0.0-alpha.4
|
||||||
* (c) 2021
|
* (c) 2021
|
||||||
* - Pim (@pimlie)
|
* - Pim (@pimlie)
|
||||||
* - All the amazing contributors
|
* - All the amazing contributors
|
||||||
|
|||||||
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* vue-meta v3.0.0-alpha.3
|
* vue-meta v3.0.0-alpha.4
|
||||||
* (c) 2021
|
* (c) 2021
|
||||||
* - Pim (@pimlie)
|
* - Pim (@pimlie)
|
||||||
* - All the amazing contributors
|
* - All the amazing contributors
|
||||||
|
|||||||
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* vue-meta v3.0.0-alpha.3
|
* vue-meta v3.0.0-alpha.4
|
||||||
* (c) 2021
|
* (c) 2021
|
||||||
* - Pim (@pimlie)
|
* - Pim (@pimlie)
|
||||||
* - All the amazing contributors
|
* - All the amazing contributors
|
||||||
|
|||||||
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* vue-meta v3.0.0-alpha.3
|
* vue-meta v3.0.0-alpha.4
|
||||||
* (c) 2021
|
* (c) 2021
|
||||||
* - Pim (@pimlie)
|
* - Pim (@pimlie)
|
||||||
* - All the amazing contributors
|
* - All the amazing contributors
|
||||||
|
|||||||
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* vue-meta v3.0.0-alpha.3
|
* vue-meta v3.0.0-alpha.4
|
||||||
* (c) 2021
|
* (c) 2021
|
||||||
* - Pim (@pimlie)
|
* - Pim (@pimlie)
|
||||||
* - All the amazing contributors
|
* - All the amazing contributors
|
||||||
|
|||||||
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* vue-meta v3.0.0-alpha.3
|
* vue-meta v3.0.0-alpha.4
|
||||||
* (c) 2021
|
* (c) 2021
|
||||||
* - Pim (@pimlie)
|
* - Pim (@pimlie)
|
||||||
* - All the amazing contributors
|
* - All the amazing contributors
|
||||||
|
|||||||
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* vue-meta v3.0.0-alpha.3
|
* vue-meta v3.0.0-alpha.4
|
||||||
* (c) 2021
|
* (c) 2021
|
||||||
* - Pim (@pimlie)
|
* - Pim (@pimlie)
|
||||||
* - All the amazing contributors
|
* - All the amazing contributors
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-meta",
|
"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",
|
"description": "Manage HTML metadata in Vue.js components with SSR support",
|
||||||
"main": "dist/vue-meta.cjs.js",
|
"main": "dist/vue-meta.cjs.js",
|
||||||
"browser": "dist/vue-meta.esm-browser.min.js",
|
"browser": "dist/vue-meta.esm-browser.min.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user