This commit is contained in:
Nolan Lawson 2022-06-23 21:24:58 -07:00
parent 27ef3fd4fd
commit 1cf8b0de93
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## [1.12.1](https://github.com/nolanlawson/emoji-picker-element/compare/v1.12.0...v1.12.1) (2022-06-24)
### Bug Fixes
* rename zh-CN to match other intl files ([#288](https://github.com/nolanlawson/emoji-picker-element/issues/288)) ([27ef3fd](https://github.com/nolanlawson/emoji-picker-element/commit/27ef3fd4fdab112375a20d57e7da640e92b9fc7e))
# [1.12.0](https://github.com/nolanlawson/emoji-picker-element/compare/v1.11.3...v1.12.0) (2022-06-24)

View File

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