Skip to content

Commit 4f3a79b

Browse files
committed
v4.2.0
1 parent c00785a commit 4f3a79b

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

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

88
## [unreleased]
99

10+
## [4.2.0] - 2026-02-12
11+
1012
- Release to npmjs using updated CI workflow and trusted publishing
13+
- Update to Hono 4.11
1114

1215
## [4.1.2] - 2025-11-20
1316

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

99-
[unreleased]: https://github.com/fanout/js-serve-grip/compare/v4.1.2...HEAD
102+
[unreleased]: https://github.com/fanout/js-serve-grip/compare/v4.2.0...HEAD
103+
[4.2.0]: https://github.com/fanout/js-serve-grip/compare/v4.1.2...v4.2.0
100104
[4.1.2]: https://github.com/fanout/js-serve-grip/compare/v4.1.1...v4.1.2
101105
[4.1.1]: https://github.com/fanout/js-serve-grip/compare/v4.1.0...v4.1.1
102106
[4.1.0]: https://github.com/fanout/js-serve-grip/compare/v4.0.0...v4.1.0

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": "@fanoutio/serve-grip",
3-
"version": "4.1.2",
3+
"version": "4.2.0",
44
"type": "module",
55
"author": "Fastly <oss@fastly.com>",
66
"description": "Connect-style Middleware for GRIP",

0 commit comments

Comments
 (0)