Skip to content

Commit 184bbac

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2024-12-20) ### Bug Fixes * ensure consistent stack trace and details handling ([#6](#6)) ([622119f](622119f)) * update commitlint config ([#10](#10)) ([ac514e7](ac514e7)) ### Features * add examples ([#4](#4)) ([6cafbe5](6cafbe5)) * add release config ([#5](#5)) ([266caf1](266caf1)) * http error handler implementation ([#1](#1)) ([42e4567](42e4567)) * set up eslint and husky ([#3](#3)) ([887334b](887334b)) * set up tests ([#2](#2)) ([78e4e69](78e4e69))
1 parent 4767078 commit 184bbac

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# 1.0.0 (2024-12-20)
2+
3+
4+
### Bug Fixes
5+
6+
* ensure consistent stack trace and details handling ([#6](https://github.com/junjie-w/handle-http-errors/issues/6)) ([622119f](https://github.com/junjie-w/handle-http-errors/commit/622119fa7de2fecd8ba397b43bd11385c2cf33ac))
7+
* update commitlint config ([#10](https://github.com/junjie-w/handle-http-errors/issues/10)) ([ac514e7](https://github.com/junjie-w/handle-http-errors/commit/ac514e79d0b71e969b1ab573c3e9903cbb03b86d))
8+
9+
10+
### Features
11+
12+
* add examples ([#4](https://github.com/junjie-w/handle-http-errors/issues/4)) ([6cafbe5](https://github.com/junjie-w/handle-http-errors/commit/6cafbe5a465ecd9a7e5e3f14854d1816d035f510))
13+
* add release config ([#5](https://github.com/junjie-w/handle-http-errors/issues/5)) ([266caf1](https://github.com/junjie-w/handle-http-errors/commit/266caf10d7a05ac446431af454e1c73a5c89b2bb))
14+
* http error handler implementation ([#1](https://github.com/junjie-w/handle-http-errors/issues/1)) ([42e4567](https://github.com/junjie-w/handle-http-errors/commit/42e4567bba1e650ae691fe761b1b53a0eb80ccc1))
15+
* set up eslint and husky ([#3](https://github.com/junjie-w/handle-http-errors/issues/3)) ([887334b](https://github.com/junjie-w/handle-http-errors/commit/887334b6f24fb1c36892c71de256493710a6b68b))
16+
* set up tests ([#2](https://github.com/junjie-w/handle-http-errors/issues/2)) ([78e4e69](https://github.com/junjie-w/handle-http-errors/commit/78e4e69e869c5969e39e8d26f28f14c25a669e75))

0 commit comments

Comments
 (0)