This commit is contained in:
Nolan Lawson 2024-03-21 19:02:47 -07:00
parent 1ae4e30e91
commit c067cbab29
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
## [1.21.2](https://github.com/nolanlawson/emoji-picker-element/compare/v1.21.1...v1.21.2) (2024-03-22)
### Bug Fixes
* avoid HTML comments, simplify replacement logic ([#409](https://github.com/nolanlawson/emoji-picker-element/issues/409)) ([ce950ff](https://github.com/nolanlawson/emoji-picker-element/commit/ce950ff740292e6914ed0744b5587db2f3dcc1f7))
* minor refactor to reduce code size ([#406](https://github.com/nolanlawson/emoji-picker-element/issues/406)) ([55872ba](https://github.com/nolanlawson/emoji-picker-element/commit/55872ba99647425008b5b047960893cca9f88713))
## [1.21.1](https://github.com/nolanlawson/emoji-picker-element/compare/v1.21.0...v1.21.1) (2024-02-17)

View File

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