File tree 2 files changed +11
-8
lines changed
2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.3.1] - 2020-07-10
10
+
9
11
### Changed
10
12
11
13
- When emojis are hidden from the a11y tree, don't warn with the ` accessible-emoji ` rule.
@@ -49,10 +51,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
49
51
50
52
- Initial release 🎉.
51
53
52
- [ unreleased ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.3.0...HEAD
53
- [ 0.3.0 ] : https://github.com/CultureHQ/components/compare/v0.2.0...v0.3.0
54
- [ 0.2.0 ] : https://github.com/CultureHQ/components/compare/v0.1.3...v0.2.0
55
- [ 0.1.3 ] : https://github.com/CultureHQ/components/compare/v0.1.2...v0.1.3
56
- [ 0.1.2 ] : https://github.com/CultureHQ/components/compare/v0.1.1...v0.1.2
57
- [ 0.1.1 ] : https://github.com/CultureHQ/components/compare/v0.1.0...v0.1.1
58
- [ 0.1.0 ] : https://github.com/CultureHQ/components/compare/9de449...v0.1.0
54
+ [ unreleased ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.3.1...HEAD
55
+ [ 0.3.1 ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.3.0...v0.3.1
56
+ [ 0.3.0 ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.2.0...v0.3.0
57
+ [ 0.2.0 ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.1.3...v0.2.0
58
+ [ 0.1.3 ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.1.2...v0.1.3
59
+ [ 0.1.2 ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.1.1...v0.1.2
60
+ [ 0.1.1 ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.1.0...v0.1.1
61
+ [ 0.1.0 ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/9de449...v0.1.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-vuejs-accessibility" ,
3
- "version" : " 0.3.0 " ,
3
+ "version" : " 0.3.1 " ,
4
4
"description" : " An eslint plugin for checking Vue.js files for accessibility" ,
5
5
"main" : " src/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments