Skip to content

Commit e8ee3ce

Browse files
committedAug 15, 2020
Bump to v0.4.0
1 parent 5f84df0 commit e8ee3ce

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

‎CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.4.0] - 2020-08-15
10+
911
### Added
1012

1113
- The `controlComponents` option for the `label-has-for` rule, which allows you to configure the rule to allow additional control components.
@@ -55,7 +57,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
5557

5658
- Initial release 🎉.
5759

58-
[unreleased]: https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.3.1...HEAD
60+
[unreleased]: https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.4.0...HEAD
61+
[0.4.0]: https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.3.1...v0.4.0
5962
[0.3.1]: https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.3.0...v0.3.1
6063
[0.3.0]: https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.2.0...v0.3.0
6164
[0.2.0]: https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.1.3...v0.2.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": "0.3.1",
3+
"version": "0.4.0",
44
"description": "An eslint plugin for checking Vue.js files for accessibility",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.