This commit is contained in:
Nolan Lawson 2023-12-03 16:03:40 -08:00
parent 2bf5aff010
commit 11c412b9ef
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# [1.20.0](https://github.com/nolanlawson/emoji-picker-element/compare/v1.19.2...v1.20.0) (2023-12-04)
### Features
* add support for emoji v15.1 ([#383](https://github.com/nolanlawson/emoji-picker-element/issues/383)) ([2bf5aff](https://github.com/nolanlawson/emoji-picker-element/commit/2bf5aff0104586557915c692932ec5e8b2389cd0))
## [1.19.2](https://github.com/nolanlawson/emoji-picker-element/compare/v1.19.1...v1.19.2) (2023-11-24)

View File

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