Skip to content

Commit 618c348

Browse files
committed
chore(release): 3.1.0
1 parent 31d613c commit 618c348

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.1.0](https://github.com/vue-a11y/vue-announcer/compare/v3.0.6...v3.1.0) (2021-01-24)
6+
7+
8+
### Features
9+
10+
* Adding Options API support ([31d613c](https://github.com/vue-a11y/vue-announcer/commit/31d613c0dc73984355c38b8831f515b50495b79b))
11+
512
### [3.0.6](https://github.com/vue-a11y/vue-announcer/compare/v3.0.5...v3.0.6) (2021-01-19)
613

714
### [3.0.5](https://github.com/vue-a11y/vue-announcer/compare/v3.0.4...v3.0.5) (2021-01-19)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-a11y/announcer",
3-
"version": "3.0.6",
3+
"version": "3.1.0",
44
"types": "dist/index.d.ts",
55
"main": "dist/announcer.cjs.js",
66
"style": "dist/index.css",

src/types/index.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ export declare interface UseAnnouncerReturn {
2626
polite: (message: Message) => void
2727
assertive: (message: Message) => void
2828
setRouteComplement: (routeComplement: RouteComplement) => void
29-
}
29+
}
30+
31+
export { }

0 commit comments

Comments
 (0)