This commit is contained in:
Nolan Lawson 2021-12-20 18:45:19 -08:00
parent 7b0f17aaf2
commit 3d98cd4c9d
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# [1.10.0](https://github.com/nolanlawson/emoji-picker-element/compare/v1.9.0...v1.10.0) (2021-12-21)
### Features
* update to emoji 14.0 ([#237](https://github.com/nolanlawson/emoji-picker-element/issues/237)) ([7b0f17a](https://github.com/nolanlawson/emoji-picker-element/commit/7b0f17aaf2f5652b04f02531ddd7184d03d5fe70))
# [1.9.0](https://github.com/nolanlawson/emoji-picker-element/compare/v1.8.2...v1.9.0) (2021-12-19)

View File

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