Skip to content

Commit

Permalink
chore: release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Mar 28, 2024
1 parent c7848cc commit db117cc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 0.10.0 (2024-03-28)

### Bug Fixes

- add missing pnpm build:dist to release.yml ([8ef426b](https://github.com/JoshuaKGoldberg/emoji-blast/commit/8ef426b3d74618bd9f65604dfd7ef4dafedf641a))
- ensure window width and height are defined ([#42](https://github.com/JoshuaKGoldberg/emoji-blast/issues/42)) ([979069e](https://github.com/JoshuaKGoldberg/emoji-blast/commit/979069e9b52f1f2ae0165db0ef56684cd1b31951))
- remove console.log ([97ef4f3](https://github.com/JoshuaKGoldberg/emoji-blast/commit/97ef4f387bd2d2f22243a39f3c38012793dd6ef5))
- remove unsupported default emojis ([#196](https://github.com/JoshuaKGoldberg/emoji-blast/issues/196)) ([d283303](https://github.com/JoshuaKGoldberg/emoji-blast/commit/d283303f72d118aeec9613d0f2898ac6555dddcb)), closes [#194](https://github.com/JoshuaKGoldberg/emoji-blast/issues/194)

### Features

- added events option with onClick ([#137](https://github.com/JoshuaKGoldberg/emoji-blast/issues/137)) ([714fb8e](https://github.com/JoshuaKGoldberg/emoji-blast/commit/714fb8e62d1e3de7bb58ede1744d2c03ffa3ab97))
- rename to emoji-blast ([#171](https://github.com/JoshuaKGoldberg/emoji-blast/issues/171)) ([c7848cc](https://github.com/JoshuaKGoldberg/emoji-blast/commit/c7848ccb2c4e57d4533617a2f5fe53b60daee67f)), closes [#168](https://github.com/JoshuaKGoldberg/emoji-blast/issues/168)
- updated default emojis list for 2023 ([#138](https://github.com/JoshuaKGoldberg/emoji-blast/issues/138)) ([c0d096a](https://github.com/JoshuaKGoldberg/emoji-blast/commit/c0d096af71b69bdf6fb3d4dd246efb02b0b65bf5))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emoji-blast",
"version": "0.9.0",
"version": "0.10.0",
"description": "Blasts emoji like fireworks all up in your HTML page. 🎉 ✨ 🎆",
"repository": {
"type": "git",
Expand Down

0 comments on commit db117cc

Please sign in to comment.