This commit is contained in:
Nolan Lawson 2023-06-11 11:35:39 -07:00
parent 7d9096b06c
commit 1b7ae3d2e3
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## [1.18.1](https://github.com/nolanlawson/emoji-picker-element/compare/v1.18.0...v1.18.1) (2023-06-11)
### Bug Fixes
* simplify skintone listbox ([#336](https://github.com/nolanlawson/emoji-picker-element/issues/336)) ([7d9096b](https://github.com/nolanlawson/emoji-picker-element/commit/7d9096b06ca40ea9785fbfd782fe62317f68b5ab))
# [1.18.0](https://github.com/nolanlawson/emoji-picker-element/compare/v1.17.0...v1.18.0) (2023-06-11)

View File

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