This commit is contained in:
Nolan Lawson 2022-12-18 16:31:57 -08:00
parent 6305b68496
commit e113939a92
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
## [1.14.1](https://github.com/nolanlawson/emoji-picker-element/compare/v1.14.0...v1.14.1) (2022-12-19)
### Bug Fixes
* remove unused code ([#301](https://github.com/nolanlawson/emoji-picker-element/issues/301)) ([5fafdbd](https://github.com/nolanlawson/emoji-picker-element/commit/5fafdbd8f7340801091c1760cd62608b55db8639))
* simpler solution to avoid svelte invalidations ([#303](https://github.com/nolanlawson/emoji-picker-element/issues/303)) ([4af86a8](https://github.com/nolanlawson/emoji-picker-element/commit/4af86a8b54afe46d85c7b2ab68dd3eb9c4b02735))
# [1.14.0](https://github.com/nolanlawson/emoji-picker-element/compare/v1.13.1...v1.14.0) (2022-11-25)

View File

@ -1,6 +1,6 @@
{
"name": "emoji-picker-element",
"version": "1.14.0",
"version": "1.14.1",
"description": "Lightweight emoji picker distributed as a web component",
"main": "index.js",
"module": "index.js",
@ -69,7 +69,7 @@
"url": "https://github.com/nolanlawson/emoji-picker-element/issues"
},
"homepage": "https://github.com/nolanlawson/emoji-picker-element#readme",
"//":{
"//": {
"tachometer": "cannot upgrade to 0.6.0 due to https://github.com/google/tachometer/issues/244"
},
"devDependencies": {