This commit is contained in:
Nolan Lawson 2022-02-07 17:42:26 -08:00
parent 7588bd1652
commit 97b7a36bc0
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## [1.10.1](https://github.com/nolanlawson/emoji-picker-element/compare/v1.10.0...v1.10.1) (2022-02-08)
### Bug Fixes
* customElements.define called twice ([#246](https://github.com/nolanlawson/emoji-picker-element/issues/246)) ([7588bd1](https://github.com/nolanlawson/emoji-picker-element/commit/7588bd1652af885cef470a80607fca58b33163da))
# [1.10.0](https://github.com/nolanlawson/emoji-picker-element/compare/v1.9.0...v1.10.0) (2021-12-21)

View File

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