Skip to content

Commit d94a9b3

Browse files
committed
Add version 1.0.3
1 parent 78f34ba commit d94a9b3

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## Changelogs
99

10+
### [1.0.3] - 2024-12-21
11+
12+
* Fix npm audits
13+
* Update README.md
14+
1015
### [1.0.2] - 2024-12-21
1116

1217
* Update README.md

VERSION

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

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