This commit is contained in:
Nolan Lawson 2022-11-25 12:32:37 -08:00
parent 70946d95a2
commit d176161758
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# [1.14.0](https://github.com/nolanlawson/emoji-picker-element/compare/v1.13.1...v1.14.0) (2022-11-25)
### Features
* add ru_RU locale ([#296](https://github.com/nolanlawson/emoji-picker-element/issues/296)) ([70946d9](https://github.com/nolanlawson/emoji-picker-element/commit/70946d95a22e017e6e9b3ba7ccd45ff3d924fa45))
## [1.13.1](https://github.com/nolanlawson/emoji-picker-element/compare/v1.13.0...v1.13.1) (2022-10-23)

View File

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