Skip to content

Commit 7acb21c

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2024-12-21) ### Bug Fixes * update tests and docs ([#12](#12)) ([2a4046d](2a4046d))
1 parent 283c16e commit 7acb21c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.1](https://github.com/junjie-w/handle-http-errors/compare/v1.0.0...v1.0.1) (2024-12-21)
2+
3+
4+
### Bug Fixes
5+
6+
* update tests and docs ([#12](https://github.com/junjie-w/handle-http-errors/issues/12)) ([2a4046d](https://github.com/junjie-w/handle-http-errors/commit/2a4046df635330afc68c5dc6d738dd2ae3d56645))
7+
18
# 1.0.0 (2024-12-20)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "handle-http-errors",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Type-safe HTTP error handling package providing error classes, standardized responses, error handler, and built-in Express middleware support.",
55
"author": "Junjie Wu",
66
"license": "MIT",

0 commit comments

Comments
 (0)