Skip to content

Commit ec73993

Browse files
committed
chore(release): 1.2.0
1 parent 37b8c00 commit ec73993

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

Diff for: CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
# Change Log
1+
# Changelog
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+
## [1.2.0](https://github.com/vue-a11y/vue-axe/compare/v1.0.8...v1.2.0) (2020-05-13)
6+
7+
8+
### Features
9+
10+
* add custom result handler ([8c5c81b](https://github.com/vue-a11y/vue-axe/commit/8c5c81b4f0f7227d9acba3c1a7b6c11692a89bc1))
11+
* Adding option to register and execute plugins ([fb21d52](https://github.com/vue-a11y/vue-axe/commit/fb21d52805bd7ae2ab4a6098e00ccc5e63ab9173))
12+
* Adding the "axeRun" method to trigger manually ([a1b856b](https://github.com/vue-a11y/vue-axe/commit/a1b856bc27b297c7199a802e37ac7b84046a3a75))
13+
514
<a name="1.1.0"></a>
615
# [1.1.0](https://github.com/vue-a11y/vue-axe/compare/v1.0.8...v1.1.0) (2020-04-22)
716

Diff for: package-lock.json

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

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-axe",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Dynamic accessibility analysis for Vue.js using axe-core",
55
"main": "dist/vue-axe.umd.js",
66
"module": "dist/vue-axe.esm.js",

0 commit comments

Comments
 (0)