Skip to content

Commit 1d324fb

Browse files
committed
chore(release): 2.3.0
1 parent b6317e9 commit 1d324fb

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

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.3.0](https://github.com/vue-a11y/vue-axe/compare/v2.2.1...v2.3.0) (2020-06-01)
6+
7+
8+
### Features
9+
10+
* **checkAndReport:** Add the checked component name in log title ([b6317e9](https://github.com/vue-a11y/vue-axe/commit/b6317e99dd111560654dcc11c19ef48beb8f1508))
11+
* **checkAndReport:** Check only the updated component ([672f261](https://github.com/vue-a11y/vue-axe/commit/672f261902e9190fcfd172f846e6fe5ae7bef0ae))
12+
13+
14+
### Bug Fixes
15+
16+
* Add delay 500 to first check ([ba488b0](https://github.com/vue-a11y/vue-axe/commit/ba488b027b398acce021a1d155a444567b555da1))
17+
518
### [2.2.2](https://github.com/vue-a11y/vue-axe/compare/v2.2.1...v2.2.2) (2020-06-01)
619

720
### [2.2.1](https://github.com/vue-a11y/vue-axe/compare/v2.2.0...v2.2.1) (2020-06-01)

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