Skip to content

Commit 0d2ce8a

Browse files
committed
Add version 1.0.5
1 parent e00e07b commit 0d2ce8a

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Changelogs
99

10+
### [1.0.5] - 2024-12-21
11+
12+
* Add storybook example to README.md
13+
1014
### [1.0.4] - 2024-12-21
1115

1216
* Rollup refactoring

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.4
1+
1.0.5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ixnode/simple-clock",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "A simple, updating clock component for React.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)