Skip to content

Commit 470fd1d

Browse files
committed
package.json and readme file updated
1 parent c9f1307 commit 470fd1d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](https://semver.org) and follows [C
55

66
---
77

8-
## [1.0.1](https://github.com/Rashedin-063/express-error-toolkit/releases/tag/1.0.1) – 2025-07-09
8+
## [1.0.1](https://github.com/dev-rashedin/express-error-toolkit/releases/tag/1.0.1) – 2025-07-09
99

1010
### ✨ Improvements
1111

@@ -14,7 +14,7 @@ This project adheres to [Semantic Versioning](https://semver.org) and follows [C
1414

1515
---
1616

17-
## [1.0.0](https://github.com/Rashedin-063/express-error-toolkit/releases/tag/1.0.0) – 2025-07-07
17+
## [1.0.0](https://github.com/dev-rashedin/express-error-toolkit/releases/tag/1.0.0) – 2025-07-07
1818

1919
### ✨ Features
2020

@@ -38,6 +38,6 @@ This project adheres to [Semantic Versioning](https://semver.org) and follows [C
3838

3939
---
4040

41-
## [0.1.0-beta.1](https://github.com/Rashedin-063/express-error-toolkit/releases/tag/0.1.0-beta.1) – 2025-07-05
41+
## [0.1.0-beta.1](https://github.com/dev-rashedin/express-error-toolkit/releases/tag/0.1.0-beta.1) – 2025-07-05
4242

4343
- Initial beta release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Feel free to suggest improvements or add new status codes by opening issues or p
251251

252252
## Links
253253

254-
- **GitHub:** [Rashedin-063](https://github.com/dev-rashedin)
254+
- **GitHub:** [dev-rashedin](https://github.com/dev-rashedin)
255255
- **Portfolio:** [rashedin.dev](https://www.rashedin.dev)
256256

257257
---

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-error-toolkit",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A lightweight and developer-friendly toolkit for robust error handling in Express.js applications.\nIncludes ready-to-use custom error classes, an async route error handler wrapper, a global error handler middleware, and a convenient 'not found' route handler.\nDesigned to simplify error management, reduce boilerplate, and improve app reliability — all with TypeScript support and easy integration.",
55
"author": "Rashedin Islam <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)