This commit is contained in:
Nolan Lawson 2022-04-15 17:52:06 -07:00
parent 3601f79eaf
commit db165822ad
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## [1.11.3](https://github.com/nolanlawson/emoji-picker-element/compare/v1.11.2...v1.11.3) (2022-04-16)
### Bug Fixes
* fix category with unsetting customEmoji ([#277](https://github.com/nolanlawson/emoji-picker-element/issues/277)) ([3601f79](https://github.com/nolanlawson/emoji-picker-element/commit/3601f79eafefccc481685d512b18f003d83f1814)), closes [#276](https://github.com/nolanlawson/emoji-picker-element/issues/276)
## [1.11.2](https://github.com/nolanlawson/emoji-picker-element/compare/v1.11.1...v1.11.2) (2022-04-08)

View File

@ -1,6 +1,6 @@
{
"name": "emoji-picker-element",
"version": "1.11.2",
"version": "1.11.3",
"description": "Lightweight emoji picker distributed as a web component",
"main": "index.js",
"module": "index.js",