Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
Release v3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alcar committed May 31, 2022
1 parent 02ad1d8 commit 9a1332a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.1.5] - 2022-05-31

### Security

- Upgrade all upgradable dependencies;
Expand Down Expand Up @@ -215,3 +217,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Initial files.


[Unreleased]: https://github.com/alcar/keydown-from-click/compare/v3.1.5...HEAD
[3.1.5]: https://github.com/alcar/keydown-from-click/compare/v3.1.4...v3.1.5
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keydown-from-click",
"version": "3.1.4",
"version": "3.1.5",
"description": "Generate React keydown handlers by replicating click ones",
"main": "build/index.js",
"typings": "src/typings.d.ts",
Expand Down

0 comments on commit 9a1332a

Please sign in to comment.