Skip to content

Commit f34ee91

Browse files
committed
chore(release): 2.1.0
1 parent 1526d9a commit f34ee91

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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+
## [2.1.0](https://github.com/vue-a11y/vue-announcer/compare/v2.0.2...v2.1.0) (2020-09-01)
6+
7+
8+
### Features
9+
10+
* Plugins ([3784fb9](https://github.com/vue-a11y/vue-announcer/commit/3784fb96332d8781a78df8fb2f2e7b6601e187ae))
11+
12+
13+
### Bug Fixes
14+
15+
* Add types in package.json ([c92bd47](https://github.com/vue-a11y/vue-announcer/commit/c92bd47a545e6a8601532b8a245dc7b8b4bd1872))
16+
* Run router.afterEach only client ([d0238b2](https://github.com/vue-a11y/vue-announcer/commit/d0238b2b3d2f4d4a7704747c0e3b3f0762699b84))
17+
* Wait for the message to reset before setting the new value ([9062bd3](https://github.com/vue-a11y/vue-announcer/commit/9062bd3c19537a45910a8dc3c3904e2cb7ab0f03))
18+
519
### [2.0.2](https://github.com/vue-a11y/vue-announcer/compare/v2.0.1...v2.0.2) (2020-05-08)
620

721

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-a11y/announcer",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"description": "A simple way with Vue to announce any information to the screen readers.",
55
"main": "dist/vue-announcer.ssr.js",
66
"module": "dist/vue-announcer.esm.js",

0 commit comments

Comments
 (0)