Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [0.3.0](https://github.com/hks2002/emoji-commit-tiny/compare/v0.2.0...v0.3.0) (2026-02-11)


### Features

* ✨allow duplicate publish ([45fb129](https://github.com/hks2002/emoji-commit-tiny/commit/45fb129f8d393a42d04d19fc49ac1be7541f5347))
* ✨better chore ([0a28534](https://github.com/hks2002/emoji-commit-tiny/commit/0a28534e3e66f0a0021ff886f0383cad42eb98fb))


### Bug Fixes

* 🐛fix l10n bugs ([675c2d0](https://github.com/hks2002/emoji-commit-tiny/commit/675c2d04c101288ed7db77126d8412307182b80a))
* 🐛fixed position config error ([83889dd](https://github.com/hks2002/emoji-commit-tiny/commit/83889dd25e42731fe62d9d2d603a54cb724c150e))
* 🐛l10n key error ([0b19dd7](https://github.com/hks2002/emoji-commit-tiny/commit/0b19dd7155db75c6866479482e73a8cc703f50fa))
* 🐛l10n keys error ([41586c2](https://github.com/hks2002/emoji-commit-tiny/commit/41586c2b84805dfb85a4613ac8a4828fa46e1a8a))
* 🐛vscode 1.60.0 build ([a326973](https://github.com/hks2002/emoji-commit-tiny/commit/a326973bc5f82e1074e8d92690ed1b7d28aa009b))
* **logger:** 🐛fix bug ([0e8e3e5](https://github.com/hks2002/emoji-commit-tiny/commit/0e8e3e5486e4e79d8b541f92b8e31223696a03dc))


### Performance Improvements

* 🚀minify png size ([0f739a5](https://github.com/hks2002/emoji-commit-tiny/commit/0f739a5203a1723a1842c8125e73906d582ffded))
* 🚀using build in l10n instead of i18next ([bf23ecd](https://github.com/hks2002/emoji-commit-tiny/commit/bf23ecd2b9e392d1b7f38db905ae14c0862a6353))

## [0.2.0](https://github.com/hks2002/emoji-commit-tiny/compare/v0.1.1...v0.2.0) (2026-02-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/hks2002/emoji-commit-tiny.git"
},
"license": "MIT",
"version": "0.2.0",
"version": "0.3.0",
"scripts": {
"compile": "cspell . && node esbuild.config.js",
"watch": "node esbuild.config.js --watch",
Expand Down