Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0e3efb7

Browse files
committedOct 14, 2021
Bump to v1.1.0
1 parent 0184839 commit 0e3efb7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
 

‎CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [1.1.0] - 2021-10-14
10+
11+
### Added
12+
13+
- Change the peer dependency to allow ESLint 8 without a warning.
14+
915
## [1.0.0] - 2021-10-14
1016

1117
### Changed
@@ -116,7 +122,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
116122

117123
- Initial release 🎉.
118124

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
120127
[1.0.0]: https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.7.1...v1.0.0
121128
[0.7.1]: https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.7.0...v0.7.1
122129
[0.7.0]: https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.6.2...v0.7.0

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-vuejs-accessibility",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "An eslint plugin for checking Vue.js files for accessibility",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.