Skip to content

Commit b71e532

Browse files
committed
v2.0.0
1 parent 8c8180b commit b71e532

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [unreleased]
9+
10+
## [2.0.0] - 2024-10-14
11+
912
- Major update improving simplicity
1013
- Simplified build, now exported as ESM modules only.
1114
- Separated out Node.js support into its own export, `"@fanoutio/serve-grip/node"`.
@@ -58,3 +61,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5861
### Removed
5962
- Unlike express-grip, no longer requires the use of pre- and post- middlewares. A single
6063
middleware is able to provide the necessary headers and content after routes have run.
64+
65+
[unreleased]: https://github.com/fanout/js-serve-grip/compare/v2.0.0...HEAD
66+
[2.0.0]: https://github.com/fanout/js-serve-grip/compare/v1.3.1...v2.0.0
67+
[1.3.1]: https://github.com/fanout/js-serve-grip/compare/v1.3.0...v1.3.1
68+
[1.3.0]: https://github.com/fanout/js-serve-grip/compare/v1.2.0...v1.3.0
69+
[1.2.0]: https://github.com/fanout/js-serve-grip/compare/v1.1.7...v1.2.0
70+
[1.1.7]: https://github.com/fanout/js-serve-grip/compare/v1.0.0...v1.1.7
71+
[1.0.0]: https://github.com/fanout/js-serve-grip/releases/tag/v1.0.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-beta.1",
3+
"version": "2.0.0",
44
"type": "module",
55
"author": "Fastly <[email protected]>",
66
"description": "Connect-style Middleware for GRIP",

0 commit comments

Comments
 (0)