Skip to content

Commit 1fb76cd

Browse files
Merge pull request #102 from davidtheclark/shirshendu/changelog-update
Updated changelog
2 parents fdd4c3e + e301fd4 commit 1fb76cd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

3-
## 6.2.0
3+
## 6.2.0 [Unreleased]
44

55
- Bind `Home` key to jump to first item in the current menu.
66
- Bind `End` key to jump to the last item in the current menu.
7+
- Removed use of deprecated React lifecycle methods.
78

89
## 6.1.0
910

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-aria-menubutton",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "A fully accessible and flexible React-powered menu button",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)