Skip to content

Commit a9f0b27

Browse files
committed
chore(release): 3.0.0-beta.0
1 parent 2a06bf9 commit a9f0b27

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
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.0.0-beta.0](https://github.com/vue-a11y/vue-announcer/compare/v2.1.0...v3.0.0-beta.0) (2021-01-19)
6+
7+
8+
### Features
9+
10+
* Vue 3 support ([2a06bf9](https://github.com/vue-a11y/vue-announcer/commit/2a06bf92d846a1ae39ad604c091813b8eb5d049b))
11+
512
## [2.1.0](https://github.com/vue-a11y/vue-announcer/compare/v2.0.2...v2.1.0) (2020-09-01)
613

714

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The [@vue-a11y/announcer@next](https://github.com/vue-a11y/vue-announcer/tree/ne
66

77
> For vue-announcer version 2.* you can access [this link](https://github.com/vue-a11y/vue-announcer/tree/master)
88
9+
## Links
10+
- [Demo](https://vue-announcer.surge.sh/)
11+
912
## Setup
1013

1114
### Installation

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": "2.1.0",
3+
"version": "3.0.0-beta.0",
44
"types": "dist/types/index.d.ts",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)