Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit bb59109

Browse files
committed
v4.1.1
1 parent 666be5b commit bb59109

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [4.1.1] - 2019-12-29
8+
9+
### Changed
10+
* bump `react-with-forwarded-ref`
11+
712
## [4.1.0] - 2019-12-29
813

914
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-button-a11y",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Make non-button elements accessible in React",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)