From e113939a92143c63d22b99254c081761938d913d Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 18 Dec 2022 16:31:57 -0800 Subject: [PATCH] 1.14.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64c5958..ba7c4f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index a7cb6d3..f22cc52 100644 --- a/package.json +++ b/package.json @@ -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": {