Skip to content

Commit 679558c

Browse files
committed
chore(release): 2.2.0
1 parent 2f32681 commit 679558c

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.2.0](https://github.com/vue-a11y/vue-axe/compare/v2.1.1...v2.2.0) (2020-06-01)
6+
7+
8+
### Features
9+
10+
* Add documentation ([2f32681](https://github.com/vue-a11y/vue-axe/commit/2f32681e7f0c4822dfddde8194936e06b413a853))
11+
12+
13+
### Bug Fixes
14+
15+
* **checkAndReport:** Using double requestAnimationFrame to checkAndReport ([0c59ff9](https://github.com/vue-a11y/vue-axe/commit/0c59ff9dab03e8d1d08ac2e8cbe292d996128d20))
16+
* **types:** More detailed typescript support ([f097f3a](https://github.com/vue-a11y/vue-axe/commit/f097f3adf044107821701a14f82864fee8fd3c6b))
17+
518
### [2.1.1](https://github.com/vue-a11y/vue-axe/compare/v2.1.0...v2.1.1) (2020-05-30)
619

720

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": "2.1.1",
3+
"version": "2.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)