Skip to content

Commit c8eb645

Browse files
chore(main): release 0.1.0 (#3)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cdadbe3 commit c8eb645

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.1.0](https://github.com/koki-develop/cat-code/compare/v0.0.2...v0.1.0) (2025-06-27)
4+
5+
6+
### Features
7+
8+
* Enhance cat vocabulary with new emotions and expressions ([0259403](https://github.com/koki-develop/cat-code/commit/0259403934ec919d306f7250beedb5708e6e18a6))
9+
10+
11+
### Bug Fixes
12+
13+
* Add description ([17218da](https://github.com/koki-develop/cat-code/commit/17218dab51702827670600be016635f4d4d2bbd4))
14+
* Add useMemo for Cat instance and implement screenshot demo behavior ([c1ccf78](https://github.com/koki-develop/cat-code/commit/c1ccf786d28275ce819c882c3076bf8aac6a2193))
15+
316
## [0.0.2](https://github.com/koki-develop/cat-code/compare/v0.0.1...v0.0.2) (2025-06-27)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cat-code",
33
"module": "src/index.tsx",
44
"type": "module",
5-
"version": "0.0.2",
5+
"version": "0.1.0",
66
"author": "koki-develop <[email protected]>",
77
"homepage": "https://github.com/koki-develop/cat-code",
88
"repository": {

0 commit comments

Comments
 (0)