Skip to content

Commit

Permalink
Release v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Nov 14, 2022
1 parent 2605180 commit 2be94b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

No unreleased changes.

## 1.0.7

- chore: bump unhead

## 1.0.6

- fix: add legacy functions to unhead instance
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vueuse/head",
"version": "1.0.6",
"version": "1.0.7",
"packageManager": "pnpm@7.5.0",
"description": "Document head manager for Vue 3. SSR ready.",
"author": {
Expand Down Expand Up @@ -49,9 +49,9 @@
"vue": ">=2.7 || >=3"
},
"dependencies": {
"@unhead/dom": "^0.6.4",
"@unhead/schema": "^0.6.4",
"@unhead/ssr": "^0.6.4",
"@unhead/dom": "^0.6.4",
"@unhead/vue": "^0.6.4"
},
"devDependencies": {
Expand Down

0 comments on commit 2be94b2

Please sign in to comment.