Skip to content

Commit 3715f6d

Browse files
committed
Bump to v0.1.3
1 parent 5b53990 commit 3715f6d

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.1.3] - 2020-05-27
10+
911
### Changed
1012

1113
- Support deeply nested `input` controls for the `form-control-has-label` rule.
@@ -30,7 +32,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
3032

3133
- Initial release 🎉.
3234

33-
[unreleased]: https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.1.2...HEAD
35+
[unreleased]: https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.1.3...HEAD
36+
[0.1.3]: https://github.com/CultureHQ/components/compare/v0.1.2...v0.1.3
3437
[0.1.2]: https://github.com/CultureHQ/components/compare/v0.1.1...v0.1.2
3538
[0.1.1]: https://github.com/CultureHQ/components/compare/v0.1.0...v0.1.1
3639
[0.1.0]: https://github.com/CultureHQ/components/compare/9de449...v0.1.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.1.2",
3+
"version": "0.1.3",
44
"description": "An eslint plugin for checking Vue.js files for accessibility",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)