Skip to content

Commit 7c001e7

Browse files
committed
Bump 2.0.0
1 parent 01aae79 commit 7c001e7

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
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+
## [2.0.0] - 2025-02-17
11+
1012
- Release to npmjs using CI workflow
1113
- Use type imports for http
1214
- Update for module, TypeScript 5, testing under Node, and coverage
@@ -30,7 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3032

3133
- Initial Version.
3234

33-
[unreleased]: https://github.com/fanout/js-serve-grip/compare/v1.0.3...HEAD
35+
[unreleased]: https://github.com/fanout/js-serve-grip/compare/v2.0.0...HEAD
36+
[1.0.4]: https://github.com/fanout/js-serve-grip/compare/1.0.3...2.0.0
3437
[1.0.3]: https://github.com/fanout/js-serve-grip/compare/1.0.2...1.0.3
3538
[1.0.2]: https://github.com/fanout/js-serve-grip/compare/1.0.1...1.0.3
3639
[1.0.1]: https://github.com/fanout/js-serve-grip/compare/1.0.0...1.0.1

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/eventstream",
3-
"version": "1.0.3",
3+
"version": "2.0.0",
44
"type": "module",
55
"author": "Fanout, Inc. <[email protected]>",
66
"description": "Connect-compatible middleware that enables the easy creation of EventStream endpoints",

0 commit comments

Comments
 (0)