This commit is contained in:
Nolan Lawson 2022-03-20 16:27:20 -07:00
parent c45e3e9b43
commit d9777ee739
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## [1.11.1](https://github.com/nolanlawson/emoji-picker-element/compare/v1.11.0...v1.11.1) (2022-03-20)
### Bug Fixes
* newer emoji and flags on Firefox on Windows ([#271](https://github.com/nolanlawson/emoji-picker-element/issues/271)) ([c45e3e9](https://github.com/nolanlawson/emoji-picker-element/commit/c45e3e9b4368d36716eaf325217b81c2c29905c5))
# [1.11.0](https://github.com/nolanlawson/emoji-picker-element/compare/v1.10.1...v1.11.0) (2022-03-12)

View File

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