Skip to content

Commit 31e2051

Browse files
thbst16claude
andcommitted
chore: release v1.0.1
- Enhanced README with feature table, code examples, and API reference 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 98e1680 commit 31e2051

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.1] - 2024-12-19
9+
10+
### Changed
11+
- Enhanced README with feature table, code examples, and API reference for NPM
12+
813
## [1.0.0] - 2024-12-19
914

1015
### Added

demo/src/components/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function Hero() {
2626
<span className="animate-ping absolute inline-flex h-full w-full rounded-full bg-blue-500 opacity-75"></span>
2727
<span className="relative inline-flex rounded-full h-2 w-2 bg-blue-600"></span>
2828
</span>
29-
v1.0.0 Released
29+
v1.0.1 Released
3030
</div>
3131

3232
{/* Headline */}

packages/react-simile-timeline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-simile-timeline",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A modern React implementation of the MIT SIMILE Timeline visualization component. Create interactive, multi-band timelines with point and duration events, hot zones, themes, and 100% Simile JSON compatibility.",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)