From 5912b6b9023d39050898f00ea872ef5091cd6ef4 Mon Sep 17 00:00:00 2001 From: Etienne Lemay Date: Wed, 24 Feb 2021 14:38:54 -0500 Subject: [PATCH] Release v3.0.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3c4e76..53233aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index e15e7b2..1bc38a3 100644 --- a/package.json +++ b/package.json @@ -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",