This commit is contained in:
Nolan Lawson 2021-08-01 17:20:47 -07:00
parent b8302b215b
commit 76968e77f6
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## [1.6.7](https://github.com/nolanlawson/emoji-picker-element/compare/v1.6.6...v1.6.7) (2021-08-02)
### Bug Fixes
* use Object.prototype.hasOwnProperty ([#198](https://github.com/nolanlawson/emoji-picker-element/issues/198)) ([b8302b2](https://github.com/nolanlawson/emoji-picker-element/commit/b8302b215bbecd8e4f1aeb5e9095c5e672b9ede2))
## [1.6.6](https://github.com/nolanlawson/emoji-picker-element/compare/v1.6.5...v1.6.6) (2021-07-27)

View File

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