This commit is contained in:
Nolan Lawson 2021-08-18 07:28:00 -07:00
parent 267c55b3fb
commit e89ed42716
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# [1.8.0](https://github.com/nolanlawson/emoji-picker-element/compare/v1.7.1...v1.8.0) (2021-08-18)
### Features
* add new translations ([#217](https://github.com/nolanlawson/emoji-picker-element/issues/217)) ([267c55b](https://github.com/nolanlawson/emoji-picker-element/commit/267c55b3fbb17f4e49fcb8c42839ddf74bf5f44b)), closes [#216](https://github.com/nolanlawson/emoji-picker-element/issues/216)
## [1.7.1](https://github.com/nolanlawson/emoji-picker-element/compare/v1.7.0...v1.7.1) (2021-08-14)

View File

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