This commit is contained in:
Nolan Lawson 2021-12-19 09:01:08 -08:00
parent f30160db66
commit f27f2400b1
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# [1.9.0](https://github.com/nolanlawson/emoji-picker-element/compare/v1.8.2...v1.9.0) (2021-12-19)
### Features
* added ms_MY.js (Malaysian text) ([#234](https://github.com/nolanlawson/emoji-picker-element/issues/234)) ([f30160d](https://github.com/nolanlawson/emoji-picker-element/commit/f30160db6689fd31f924f78d430eb7ef40dd3f00))
## [1.8.2](https://github.com/nolanlawson/emoji-picker-element/compare/v1.8.1...v1.8.2) (2021-09-26)

View File

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