Skip to content

Commit

Permalink
Release v0.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Oct 1, 2022
1 parent af9d91e commit 119303a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

No unreleased changes.

## 0.7.13

- chore: ignore .idea files
- fix: use proper encoding for attr name / val pairs (#103)
- fix: simplify tag dedupe logic (#105)
- chore(ci): add export-size-action (#94)
- tests: migrate to vitest, add nuxt e2e (#93)

## 0.7.12

- chore: update deps
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vueuse/head",
"packageManager": "pnpm@7.5.0",
"version": "0.7.12",
"version": "0.7.13",
"license": "MIT",
"description": "Document head manager for Vue 3. SSR ready.",
"keywords": [
Expand Down

0 comments on commit 119303a

Please sign in to comment.