Skip to content

Commit fa57894

Browse files
committed
v4.0.1
1 parent 0ade9f2 commit fa57894

File tree

5 files changed

+19
-8
lines changed

5 files changed

+19
-8
lines changed

CHANGELOG.md

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

88
## [unreleased]
99

10+
## [4.0.1] - 2025-01-06
11+
12+
### Added
13+
14+
- Release to npmjs using CI workflow
15+
16+
### Fixed
17+
18+
- Updated dependency versions
19+
1020
## [4.0.0] - 2024-01-26
1121

1222
### Updated
@@ -70,7 +80,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7080

7181
- Initial official release
7282

73-
[unreleased]: https://github.com/fastly/remix-compute-js/compare/v4.0.0...HEAD
83+
[unreleased]: https://github.com/fastly/remix-compute-js/compare/v4.0.1...HEAD
84+
[4.0.0]: https://github.com/fastly/remix-compute-js/compare/v4.0.0...v4.0.1
7485
[4.0.0]: https://github.com/fastly/remix-compute-js/compare/v3.0.0...v4.0.0
7586
[3.0.0]: https://github.com/fastly/remix-compute-js/compare/v2.1.0...v3.0.0
7687
[2.1.1]: https://github.com/fastly/remix-compute-js/compare/v2.1.0...v2.1.1

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.0",
6+
"version": "4.0.1",
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.0",
3+
"version": "4.0.1",
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.0",
3+
"version": "4.0.1",
44
"license": "MIT",
55
"description": "Remix Runtime for Fastly Compute",
66
"types": "./build/src/index.d.ts",

0 commit comments

Comments
 (0)