Skip to content

Commit

Permalink
1.22.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Sep 9, 2024
1 parent 20f866c commit e25c69b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.22.6](https://github.com/nolanlawson/emoji-picker-element/compare/v1.22.5...v1.22.6) (2024-09-09)


### Bug Fixes

* fix firefox double emoji ([#454](https://github.com/nolanlawson/emoji-picker-element/issues/454)) ([d264cdf](https://github.com/nolanlawson/emoji-picker-element/commit/d264cdfd6a25e4f0b36e7d539a1345d3b01a1f1d))
* fix resetting `scrollTop` ([#455](https://github.com/nolanlawson/emoji-picker-element/issues/455)) ([20f866c](https://github.com/nolanlawson/emoji-picker-element/commit/20f866cadca241e94927bd109e06010627506487))



## [1.22.5](https://github.com/nolanlawson/emoji-picker-element/compare/v1.22.4...v1.22.5) (2024-09-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emoji-picker-element",
"version": "1.22.5",
"version": "1.22.6",
"description": "Lightweight emoji picker distributed as a web component",
"main": "index.js",
"module": "index.js",
Expand Down

0 comments on commit e25c69b

Please sign in to comment.