This commit is contained in:
Nolan Lawson 2023-06-10 21:16:44 -07:00
parent c68ecf515b
commit a414e08e6c
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# [1.18.0](https://github.com/nolanlawson/emoji-picker-element/compare/v1.17.0...v1.18.0) (2023-06-11)
### Features
* add support for emoji v15 ([#333](https://github.com/nolanlawson/emoji-picker-element/issues/333)) ([c68ecf5](https://github.com/nolanlawson/emoji-picker-element/commit/c68ecf515b4e6f73674172f4e38ed9513d5f4169))
# [1.17.0](https://github.com/nolanlawson/emoji-picker-element/compare/v1.16.0...v1.17.0) (2023-04-18)

View File

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