Skip to content

Commit 4e448c1

Browse files
committed
v4.1.0
1 parent 524c089 commit 4e448c1

File tree

13 files changed

+17
-14
lines changed

13 files changed

+17
-14
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [4.1.0] - 2025-10-02
11+
1012
- Allow Hono middleware config param to be typed
1113
- Allow Hono middleware config param to be async
1214

@@ -80,7 +82,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8082
- Unlike express-grip, no longer requires the use of pre- and post- middlewares. A single
8183
middleware is able to provide the necessary headers and content after routes have run.
8284

83-
[unreleased]: https://github.com/fanout/js-serve-grip/compare/v4.0.0...HEAD
85+
[unreleased]: https://github.com/fanout/js-serve-grip/compare/v4.1.0...HEAD
86+
[4.1.0]: https://github.com/fanout/js-serve-grip/compare/v4.0.0...v4.1.0
8487
[4.0.0]: https://github.com/fanout/js-serve-grip/compare/v3.0.0...v4.0.0
8588
[3.0.0]: https://github.com/fanout/js-serve-grip/compare/v2.0.1...v3.0.0
8689
[2.0.1]: https://github.com/fanout/js-serve-grip/compare/v2.0.0...v2.0.1

examples/express-http/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/express-ws/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/hono-compute-http/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/hono-compute-ws/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/hono-http/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/hono-ws/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/koa-http/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/koa-ws/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/next-http/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)