File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
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.6.2] - 2021-05-26
10
+
9
11
### Changed
10
12
11
13
- Fix ` iframe-has-title ` such that if the attribute is ommitted completely that it fires correctly.
@@ -91,7 +93,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
91
93
92
94
- Initial release 🎉.
93
95
94
- [ unreleased ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.6.0...HEAD
96
+ [ unreleased ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.6.2...HEAD
97
+ [ 0.6.2 ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.6.1...v0.6.2
98
+ [ 0.6.1 ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.6.0...v0.6.1
95
99
[ 0.6.0 ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.5.1...v0.6.0
96
100
[ 0.5.1 ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.5.0...v0.5.1
97
101
[ 0.5.0 ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.4.0...v0.5.0
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2020-present Kevin Deisz
3
+ Copyright (c) 2020-present Kevin Newton
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-vuejs-accessibility" ,
3
- "version" : " 0.6.1 " ,
3
+ "version" : " 0.6.2 " ,
4
4
"description" : " An eslint plugin for checking Vue.js files for accessibility" ,
5
5
"main" : " src/index.js" ,
6
6
"scripts" : {
7
7
"lint" : " eslint --cache ." ,
8
8
"test" : " jest"
9
9
},
10
- "author" : " Kevin Deisz " ,
10
+ "author" : " Kevin Newton " ,
11
11
"license" : " MIT" ,
12
12
"repository" : " github:vue-a11y/eslint-plugin-vuejs-accessibility" ,
13
13
"bugs" : {
You can’t perform that action at this time.
0 commit comments