Skip to content

Commit 98e52f0

Browse files
committed
chore: release v0.0.1
1 parent 573d051 commit 98e52f0

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [0.0.1] - 2024-09-23
8+
79
- Initial release

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-router-topbar-example",
33
"private": true,
4-
"version": "0.0.1-beta.1",
4+
"version": "0.0.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-topbar",
3-
"version": "0.0.1-beta.4",
3+
"version": "0.0.1",
44
"description": "A React Router Top Loading Bar component made using nprogress, compatible with React transition and router loaders.",
55
"keywords": [
66
"React",

0 commit comments

Comments
 (0)