This commit is contained in:
Nolan Lawson 2023-10-08 13:12:07 -07:00
parent bd2004b25d
commit 7d8f2366be
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## [1.18.4](https://github.com/nolanlawson/emoji-picker-element/compare/v1.18.3...v1.18.4) (2023-10-08)
### Bug Fixes
* put annotation in title/aria-label ([#369](https://github.com/nolanlawson/emoji-picker-element/issues/369)) ([bd2004b](https://github.com/nolanlawson/emoji-picker-element/commit/bd2004b25d46554b6ecc46ea817f0233b1ec6bc5)), closes [#366](https://github.com/nolanlawson/emoji-picker-element/issues/366)
## [1.18.3](https://github.com/nolanlawson/emoji-picker-element/compare/v1.18.2...v1.18.3) (2023-06-30)

View File

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