Release v3.0.1

master
Etienne Lemay 2021-02-24 14:38:54 -05:00 committed by mashirozx
parent 37c3c6267c
commit 5912b6b902
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",