Skip to content

Commit 38360e7

Browse files
committed
chore(release): 3.0.4
1 parent 660cf86 commit 38360e7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
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.4](https://github.com/vue-a11y/vue-announcer/compare/v3.0.3...v3.0.4) (2021-01-19)
6+
57
### [3.0.3](https://github.com/vue-a11y/vue-announcer/compare/v3.0.2...v3.0.3) (2021-01-19)
68

79
### [3.0.2](https://github.com/vue-a11y/vue-announcer/compare/v3.0.1...v3.0.2) (2021-01-19)

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-a11y/announcer",
3-
"version": "3.0.3",
4-
"types": "dist/index.d.ts",
3+
"version": "3.0.4",
4+
"types": "index.d.ts",
55
"main": "dist/announcer.cjs.js",
66
"style": "dist/index.css",
77
"browser": "dist/announcer.es.js",
@@ -15,13 +15,12 @@
1515
}
1616
},
1717
"files": [
18-
"dist/*",
19-
"dist/*.css"
18+
"dist/*"
2019
],
2120
"scripts": {
2221
"dev": "vite",
2322
"build": "vuedx-typecheck . && vite build && npm run fixFiles",
24-
"fixFiles": "cp -a src/types/. dist && cp -a dist/@vue-a11y/. dist && rm -rf dist/@vue-a11y",
23+
"fixFiles": "cp -a src/types/. . && cp -a dist/@vue-a11y/. dist && rm -rf dist/@vue-a11y",
2524
"demo:dev": "cd demo && vite",
2625
"demo:build": "cd demo && vuedx-typecheck . && vite build",
2726
"demo:publish": "surge ./demo/dist https://vue-announcer.surge.sh/",

0 commit comments

Comments
 (0)