Skip to content

Commit 11243c6

Browse files
committed
chore(release): 2.0.0
1 parent 4c52602 commit 11243c6

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Diff for: CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
# Change Log
1+
# Changelog
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.0](https://github.com/vue-a11y/vue-skip-to/compare/v1.0.6...v2.0.0) (2020-07-05)
6+
7+
8+
### Bug Fixes
9+
10+
* Remove tabindex prop ([9734526](https://github.com/vue-a11y/vue-skip-to/commit/97345266210501ae8c5345e06eb4b81f01feacb8))
11+
* Rename skip-link list label prop to `list-label` ([#17](https://github.com/vue-a11y/vue-skip-to/issues/17)) ([5d46c2e](https://github.com/vue-a11y/vue-skip-to/commit/5d46c2e1afa8f06724105bb902f331c898070d52))
12+
513
<a name="1.0.6"></a>
614
## [1.0.6](https://github.com/vue-a11y/vue-skip-to/compare/v1.0.4...v1.0.6) (2019-02-13)
715

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-a11y/skip-to",
3-
"version": "1.0.6",
3+
"version": "2.0.0",
44
"description": "It helps people who only use the keyboard to jump to what matters most.",
55
"main": "dist/vue-skip-to.umd.js",
66
"module": "dist/vue-skip-to.esm.js",

0 commit comments

Comments
 (0)