@fastly/hono-fastly-compute 0.3.7 → 0.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [unreleased]
9
9
 
10
+ ## [0.3.8] - 2026-01-07
11
+
12
+ ### Fixed
13
+
14
+ - Correct CI for GitHub packages
15
+
10
16
  ## [0.3.7] - 2026-01-07
11
17
 
12
18
  ### Added
@@ -66,7 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
72
 
67
73
  - Initial public release
68
74
 
69
- [unreleased]: https://github.com/fastly/hono-fastly-compute/compare/v0.3.7...HEAD
75
+ [unreleased]: https://github.com/fastly/hono-fastly-compute/compare/v0.3.8...HEAD
76
+ [0.3.8]: https://github.com/fastly/hono-fastly-compute/compare/v0.3.7...v0.3.8
70
77
  [0.3.7]: https://github.com/fastly/hono-fastly-compute/compare/v0.3.6...v0.3.7
71
78
  [0.3.6]: https://github.com/fastly/hono-fastly-compute/compare/v0.3.5...v0.3.6
72
79
  [0.3.5]: https://github.com/fastly/hono-fastly-compute/compare/v0.3.4...v0.3.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastly/hono-fastly-compute",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "description": "Helper utilities for using Hono with Fastly Compute",
5
5
  "license": "MIT",
6
6
  "repository": {