We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7055207 commit 3974665Copy full SHA for 3974665
2 files changed
CHANGELOG.md
@@ -0,0 +1,13 @@
1
+# Changelog
2
+
3
+## [0.1.0](https://github.com/hks2002/emoji-commit-tiny/compare/v0.0.2...v0.1.0) (2026-01-18)
4
5
6
+### Features
7
8
+* ✨allow duplicate publish ([45fb129](https://github.com/hks2002/emoji-commit-tiny/commit/45fb129f8d393a42d04d19fc49ac1be7541f5347))
9
10
11
+### Bug Fixes
12
13
+* 🐛fixed position config error ([83889dd](https://github.com/hks2002/emoji-commit-tiny/commit/83889dd25e42731fe62d9d2d603a54cb724c150e))
package.json
@@ -8,7 +8,7 @@
"url": "https://github.com/hks2002/emoji-commit-tiny.git"
},
"license": "MIT",
- "version": "0.0.3",
+ "version": "0.1.0",
"scripts": {
"compile": "cspell . && node esbuild.config.js",
14
"watch": "node esbuild.config.js --watch",
0 commit comments