From ae24948861119f4cd366ad9432f74afff5cfddff Mon Sep 17 00:00:00 2001 From: Etienne Lemay Date: Thu, 9 May 2019 11:59:46 -0400 Subject: [PATCH] Release v2.11.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa2b619..5ace791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v2.11.1](https://github.com/missive/emoji-mart/compare/v2.11.0...v2.11.1) + +> 9 May 2019 + +- Added `type={"button"}` to anchors.js [`#338`](https://github.com/missive/emoji-mart/pull/338) +- Update gh-pages [`f654ef4`](https://github.com/missive/emoji-mart/commit/f654ef4050dd8fe4e06af96818bbddebcf8c4650) +- attempt 2 to fix prettier error [`af37a7a`](https://github.com/missive/emoji-mart/commit/af37a7a20f66f172ef6f8e75dbcd59d36a91df05) +- attempting to fix the prettier issue [`14c5d4f`](https://github.com/missive/emoji-mart/commit/14c5d4f2b42fc2749de7f670133a160cbfb537fd) + #### [v2.11.0](https://github.com/missive/emoji-mart/compare/v2.10.0...v2.11.0) > 28 March 2019 diff --git a/package.json b/package.json index 4561716..f2ea19f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emoji-mart", - "version": "2.11.0", + "version": "2.11.1", "description": "Customizable Slack-like emoji picker for React", "main": "dist/index.js", "module": "dist-es/index.js",