Skip to content

Commit 895fac2

Browse files
committed
chore(release): 3.0.6
1 parent 8aa6526 commit 895fac2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
### [3.0.6](https://github.com/vue-a11y/vue-announcer/compare/v3.0.5...v3.0.6) (2021-01-19)
6+
57
### [3.0.5](https://github.com/vue-a11y/vue-announcer/compare/v3.0.4...v3.0.5) (2021-01-19)
68

79
### [3.0.4](https://github.com/vue-a11y/vue-announcer/compare/v3.0.3...v3.0.4) (2021-01-19)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-a11y/announcer",
3-
"version": "3.0.5",
4-
"types": "index.d.ts",
3+
"version": "3.0.6",
4+
"types": "dist/index.d.ts",
55
"main": "dist/announcer.cjs.js",
66
"style": "dist/index.css",
77
"browser": "dist/announcer.es.js",
@@ -17,7 +17,7 @@
1717
"scripts": {
1818
"dev": "vite",
1919
"build": "vuedx-typecheck . && vite build && npm run fixFiles",
20-
"fixFiles": "cp -a src/types/. . && cp -a dist/@vue-a11y/. dist && rm -rf dist/@vue-a11y",
20+
"fixFiles": "cp -a src/types/. dist && cp -a dist/@vue-a11y/. dist && rm -rf dist/@vue-a11y",
2121
"demo:dev": "cd demo && vite",
2222
"demo:build": "cd demo && vuedx-typecheck . && vite build",
2323
"demo:publish": "surge ./demo/dist https://vue-announcer.surge.sh/",

0 commit comments

Comments
 (0)