Skip to content

Commit c48cc96

Browse files
committed
chore(release): 1.0.6
1 parent ef1eed8 commit c48cc96

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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+
<a name="1.0.6"></a>
6+
## [1.0.6](https://github.com/vue-a11y/vue-announcer/compare/v1.0.5...v1.0.6) (2020-01-08)
7+
8+
9+
510
<a name="1.0.5"></a>
611
## [1.0.5](https://github.com/vue-a11y/vue-announcer/compare/v1.0.4...v1.0.5) (2019-12-17)
712

package-lock.json

Lines changed: 18 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-announcer",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "A simple way with Vue to announce any information to the screen readers.",
55
"main": "dist/vue-announcer.js",
66
"scripts": {
@@ -63,7 +63,7 @@
6363
"standard-version": "^4.3.0",
6464
"surge": "^0.21.3",
6565
"vue": "^2.5.16",
66-
"vue-force-next-tick" : "^1.0.3",
66+
"vue-force-next-tick": "^1.0.3",
6767
"vue-template-compiler": "^2.5.16"
6868
}
6969
}

0 commit comments

Comments
 (0)