This commit is contained in:
Nolan Lawson 2020-12-25 13:55:33 -08:00
parent e5b1750572
commit 2ca41cb77b
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## [1.3.3](https://github.com/nolanlawson/emoji-picker-element/compare/v1.3.2...v1.3.3) (2020-12-25)
### Performance Improvements
* use batch cursor for full DB scan ([#94](https://github.com/nolanlawson/emoji-picker-element/issues/94)) ([e5b1750](https://github.com/nolanlawson/emoji-picker-element/commit/e5b17505722ea0800431b5b9b53d7d59d03142ab))
## [1.3.2](https://github.com/nolanlawson/emoji-picker-element/compare/v1.3.1...v1.3.2) (2020-12-24)

View File

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