Skip to content

Commit e81ef2e

Browse files
committed
docs: changelog updated version 0.0.2
1 parent 077d80f commit e81ef2e

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [0.0.2] - 2025-08-10
6+
7+
### Style
8+
9+
- Configure prettier to use lf line endings
10+
11+
### Chore
12+
13+
- Support code lint and commit lint
14+
- Add test lint
15+
- Tsup config file confugured
16+
17+
### Test
18+
19+
- Fix test error
20+
21+
### Docs
22+
23+
- Add CONTRIBUTING.md guide
24+
- Add DEVELOPER.md guide
25+
- Update README.md with detailed project information
26+
- Add horizontal rule to README
27+
28+
### Features
29+
30+
- Migrate tsup configuration to tsup.config.ts
31+
- Add React wrapper and example
32+
- Update package metadata and dependencies
33+
- Setup project structure and CI workflows
34+
35+
### Bug Fixes
36+
37+
- Resolve race condition on initialization

0 commit comments

Comments
 (0)