Skip to content

Commit 27b5fcd

Browse files
committed
chore(release): 1.1.0
1 parent 73883e9 commit 27b5fcd

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.1.0"></a>
6+
# [1.1.0](https://github.com/vue-a11y/vue-axe/compare/v1.0.8...v1.1.0) (2020-04-22)
7+
8+
9+
### Features
10+
11+
* add custom result handler ([8c5c81b](https://github.com/vue-a11y/vue-axe/commit/8c5c81b))
12+
13+
14+
515
<a name="1.0.8"></a>
616
## [1.0.8](https://github.com/vue-a11y/vue-axe/compare/v1.0.7...v1.0.8) (2020-01-24)
717

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-axe",
3-
"version": "1.0.8",
3+
"version": "1.1.0",
44
"description": "Dynamic accessibility analysis for Vue.js using axe-core",
55
"main": "dist/vue-axe.js",
66
"scripts": {

0 commit comments

Comments
 (0)