Skip to content

Commit 47305d8

Browse files
committed
v4.1.0
1 parent f84299e commit 47305d8

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

CHANGELOG.md

+4-1
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-03-10
11+
1012
### Added
1113

1214
- Defined a LoadContext type
@@ -92,7 +94,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9294

9395
- Initial official release
9496

95-
[unreleased]: https://github.com/fastly/remix-compute-js/compare/v4.0.2...HEAD
97+
[unreleased]: https://github.com/fastly/remix-compute-js/compare/v4.1.0...HEAD
98+
[4.1.0]: https://github.com/fastly/remix-compute-js/compare/v4.0.2...v4.1.0
9699
[4.0.2]: https://github.com/fastly/remix-compute-js/compare/v4.0.1...v4.0.2
97100
[4.0.1]: https://github.com/fastly/remix-compute-js/compare/v4.0.0...v4.0.1
98101
[4.0.0]: https://github.com/fastly/remix-compute-js/compare/v3.0.0...v4.0.0

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "MIT",
44
"private": true,
55
"description": "Remix for Fastly Compute",
6-
"version": "4.0.2",
6+
"version": "4.1.0",
77
"workspaces": [
88
"packages/remix-server-runtime",
99
"packages/remix-server-adapter"

packages/remix-server-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fastly/remix-server-adapter",
3-
"version": "4.0.2",
3+
"version": "4.1.0",
44
"license": "MIT",
55
"description": "Remix Adapter for Fastly Compute",
66
"types": "./build/src/index.d.ts",

packages/remix-server-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fastly/remix-server-runtime",
3-
"version": "4.0.2",
3+
"version": "4.1.0",
44
"license": "MIT",
55
"description": "Remix Runtime for Fastly Compute",
66
"types": "./build/src/index.d.ts",

0 commit comments

Comments
 (0)