Skip to content

Commit 75d3315

Browse files
committed
Bump version
1 parent dedf87a commit 75d3315

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+5-1
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.6.2] - 2021-05-26
10+
911
### Changed
1012

1113
- Fix `iframe-has-title` such that if the attribute is ommitted completely that it fires correctly.
@@ -91,7 +93,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
9193

9294
- Initial release 🎉.
9395

94-
[unreleased]: https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.6.0...HEAD
96+
[unreleased]: https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.6.2...HEAD
97+
[0.6.2]: https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.6.1...v0.6.2
98+
[0.6.1]: https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.6.0...v0.6.1
9599
[0.6.0]: https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.5.1...v0.6.0
96100
[0.5.1]: https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.5.0...v0.5.1
97101
[0.5.0]: https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.4.0...v0.5.0

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020-present Kevin Deisz
3+
Copyright (c) 2020-present Kevin Newton
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "eslint-plugin-vuejs-accessibility",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "An eslint plugin for checking Vue.js files for accessibility",
55
"main": "src/index.js",
66
"scripts": {
77
"lint": "eslint --cache .",
88
"test": "jest"
99
},
10-
"author": "Kevin Deisz",
10+
"author": "Kevin Newton",
1111
"license": "MIT",
1212
"repository": "github:vue-a11y/eslint-plugin-vuejs-accessibility",
1313
"bugs": {

0 commit comments

Comments
 (0)