Skip to content

Commit adfe209

Browse files
committed
Add version 1.0.2
1 parent 8593ba4 commit adfe209

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.2] - 2024-12-21
11+
12+
* Update README.md
13+
1014
### [1.0.1] - 2024-12-21
1115

1216
* Update README.md

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
1.0.2

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.1",
3+
"version": "1.0.2",
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)