This commit is contained in:
Nolan Lawson 2023-02-25 08:16:23 -08:00
parent db7021aaad
commit 033065f64e
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# [1.16.0](https://github.com/nolanlawson/emoji-picker-element/compare/v1.15.1...v1.16.0) (2023-02-25)
### Features
* added Hindi & Indonesian text ([#322](https://github.com/nolanlawson/emoji-picker-element/issues/322)) ([db7021a](https://github.com/nolanlawson/emoji-picker-element/commit/db7021aaadb7d47aa8f148418aa9c228bf08b6ba))
## [1.15.1](https://github.com/nolanlawson/emoji-picker-element/compare/v1.15.0...v1.15.1) (2023-01-22)

View File

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