Skip to content

Commit c48b648

Browse files
committed
chore(release): 3.0.0-beta.2
1 parent a6d2a75 commit c48b648

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
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.
4+
5+
## [3.0.0-beta.2](https://github.com/vue-a11y/vue-axe-next/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2020-10-09)
6+
7+
8+
### Bug Fixes
9+
10+
* Check component name in updated mixin ([744d8f9](https://github.com/vue-a11y/vue-axe-next/commit/744d8f91fbfba6b4a88eaf7c96fdff1574786b83))

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-axe",
3-
"version": "3.0.0-beta.1",
3+
"version": "3.0.0-beta.2",
44
"description": "Dynamic accessibility analysis for Vue.js 3 using axe-core",
55
"main": "dist/vue-axe.ssr.js",
66
"browser": "dist/vue-axe.esm.js",

0 commit comments

Comments
 (0)