Skip to content

Commit 1cbf874

Browse files
km-kwonclaude
andcommitted
chore: bump version to 1.0.3
- Enhanced README with Testing section - Added test execution instructions and coverage statistics - Documented CI/CD workflow 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 3041b93 commit 1cbf874

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.3] - 2025-12-26
8+
9+
### Changed
10+
- Enhanced README documentation with comprehensive Testing section
11+
- Added detailed test execution instructions
12+
- Documented test coverage statistics (108 tests across 3 test suites)
13+
- Added CI/CD workflow information
14+
- Included links to coverage reports and CI configuration
15+
716
## [1.0.2] - 2025-12-24
817

918
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "circular-queue-react",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "High-performance circular buffer/queue for TypeScript and React - Perfect for logs, streaming data, and real-time updates",
55
"main": "dist/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)