This commit is contained in:
Nolan Lawson 2021-07-02 19:41:12 -07:00
parent 23c025b300
commit 17ea72887c
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
## [1.6.1](https://github.com/nolanlawson/emoji-picker-element/compare/v1.6.0...v1.6.1) (2021-07-03)
### Performance Improvements
* determine emoji support in reverse order ([#160](https://github.com/nolanlawson/emoji-picker-element/issues/160)) ([2603055](https://github.com/nolanlawson/emoji-picker-element/commit/2603055d1a9983fdaf3217ea753c3e77485e7638))
# [1.6.0](https://github.com/nolanlawson/emoji-picker-element/compare/v1.5.0...v1.6.0) (2021-06-29)

View File

@ -1,6 +1,6 @@
{
"name": "emoji-picker-element",
"version": "1.6.0",
"version": "1.6.1",
"description": "Lightweight emoji picker distributed as a web component",
"main": "index.js",
"module": "index.js",
@ -130,7 +130,7 @@
"typedoc-plugin-markdown": "^2.4.2",
"typescript": "~4.0.0"
},
"// Old versions of typedoc depend on a vulnerable version of marked, 2.0.0+ works fine": true,
"// Old versions of typedoc depend on a vulnerable version of marked, 2.0.0+ works fine": true,
"resolutions": {
"marked": "^2.1.3"
},