Skip to content

Commit 9b68ab9

Browse files
chore(master): release 0.1.0
1 parent 8fb6513 commit 9b68ab9

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
* 🐛fix test error ([76be50e](https://github.com/hks2002/emoji-commit-tiny/commit/76be50e410e0686549e65934dfbcb19e6a438d23))
14+
* 🐛fixed position config error ([83889dd](https://github.com/hks2002/emoji-commit-tiny/commit/83889dd25e42731fe62d9d2d603a54cb724c150e))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/hks2002/emoji-commit-tiny.git"
99
},
1010
"license": "MIT",
11-
"version": "0.0.3",
11+
"version": "0.1.0",
1212
"scripts": {
1313
"compile": "cspell . && node esbuild.config.js",
1414
"watch": "node esbuild.config.js --watch",

0 commit comments

Comments
 (0)