Skip to content

Commit 6ffb303

Browse files
committed
Bump to v0.3.0
1 parent 17223cd commit 6ffb303

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.3.0] - 2020-07-03
10+
911
### Changed
1012

1113
- For the `anchor-has-content` rule, allow anchors with explicit aria labels to pass.
@@ -43,7 +45,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
4345

4446
- Initial release 🎉.
4547

46-
[unreleased]: https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.2.0...HEAD
48+
[unreleased]: https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.3.0...HEAD
49+
[0.3.0]: https://github.com/CultureHQ/components/compare/v0.2.0...v0.3.0
4750
[0.2.0]: https://github.com/CultureHQ/components/compare/v0.1.3...v0.2.0
4851
[0.1.3]: https://github.com/CultureHQ/components/compare/v0.1.2...v0.1.3
4952
[0.1.2]: https://github.com/CultureHQ/components/compare/v0.1.1...v0.1.2

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.2.0",
3+
"version": "0.3.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)