Release v3.0.1

dependabot/npm_and_yarn/elliptic-6.5.4 v3.0.1
Etienne Lemay 2021-02-24 14:38:54 -05:00
parent 196b0ffd2f
commit 9b7a2006b8
No known key found for this signature in database
GPG Key ID: D78B2F6F9354DBD0
2 changed files with 12 additions and 1 deletions

View File

@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file.
#### [v3.0.1](https://github.com/missive/emoji-mart/compare/v3.0.0...v3.0.1)
> February 24 2020
##### Fixes 🐛
- Safely access search input #419
- Custom category aria-label #480
##### Chores 🧹
- React v17 support #475
#### [v3.0.0](https://github.com/missive/emoji-mart/compare/v2.11.2...v3.0.0)
> March 16 2020

View File

@ -1,6 +1,6 @@
{
"name": "emoji-mart",
"version": "3.0.0",
"version": "3.0.1",
"description": "Customizable Slack-like emoji picker for React",
"main": "dist/index.js",
"module": "dist-es/index.js",