Skip to content

Commit 3e8216c

Browse files
committed
v2.0.1
1 parent b8a76e2 commit 3e8216c

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

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

88
## [unreleased]
99

10+
## [2.0.1] - 2025-01-06
11+
12+
- Release to npmjs using CI workflow
13+
1014
## [2.0.0] - 2024-10-14
1115

1216
- Major update improving simplicity
@@ -62,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6266
- Unlike express-grip, no longer requires the use of pre- and post- middlewares. A single
6367
middleware is able to provide the necessary headers and content after routes have run.
6468

65-
[unreleased]: https://github.com/fanout/js-serve-grip/compare/v2.0.0...HEAD
69+
[unreleased]: https://github.com/fanout/js-serve-grip/compare/v2.0.1...HEAD
70+
[2.0.1]: https://github.com/fanout/js-serve-grip/compare/v2.0.0...v2.0.1
6671
[2.0.0]: https://github.com/fanout/js-serve-grip/compare/v1.3.1...v2.0.0
6772
[1.3.1]: https://github.com/fanout/js-serve-grip/compare/v1.3.0...v1.3.1
6873
[1.3.0]: https://github.com/fanout/js-serve-grip/compare/v1.2.0...v1.3.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": "2.0.0",
3+
"version": "2.0.1",
44
"type": "module",
55
"author": "Fastly <oss@fastly.com>",
66
"description": "Connect-style Middleware for GRIP",

0 commit comments

Comments
 (0)