Skip to content

Commit 8eab50f

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2023-02-06) ### Features * **chain.ts:** add minimal chainable interface and implementation ([0deb5af](0deb5af)) * **types.ts:** rename types from `NextHandler` to `OptionalHandler` ([f6720cb](f6720cb))
1 parent cf60f47 commit 8eab50f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.0.0 (2023-02-06)
2+
3+
4+
### Features
5+
6+
* **chain.ts:** add minimal chainable interface and implementation ([0deb5af](https://github.com/httpland/chain-handler/commit/0deb5afbb26edc0342320a17261a0d93465c22f6))
7+
* **types.ts:** rename types from `NextHandler` to `OptionalHandler` ([f6720cb](https://github.com/httpland/chain-handler/commit/f6720cb85695cf44165f5e14d6a5bfcb4b19d8bc))
8+
19
# [1.0.0-beta.2](https://github.com/httpland/chain-handler/compare/1.0.0-beta.1...1.0.0-beta.2) (2023-02-05)
210

311

0 commit comments

Comments
 (0)