File tree 2 files changed +9
-2
lines changed 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.1.0] - 2021-10-14
10
+
11
+ ### Added
12
+
13
+ - Change the peer dependency to allow ESLint 8 without a warning.
14
+
9
15
## [ 1.0.0] - 2021-10-14
10
16
11
17
### Changed
@@ -116,7 +122,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
116
122
117
123
- Initial release 🎉.
118
124
119
- [ unreleased ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v1.0.0...HEAD
125
+ [ unreleased ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v1.1.0...HEAD
126
+ [ 1.1.0 ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v1.0.0...v1.1.0
120
127
[ 1.0.0 ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.7.1...v1.0.0
121
128
[ 0.7.1 ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.7.0...v0.7.1
122
129
[ 0.7.0 ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.6.2...v0.7.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-vuejs-accessibility" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " An eslint plugin for checking Vue.js files for accessibility" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments