@fastly/hono-fastly-compute 0.3.7 → 0.3.9-publishtest.0

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 +12 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [unreleased]
9
9
 
10
+ ### Added
11
+
12
+ - Use reusable workflow to publish package
13
+
14
+ ## [0.3.8] - 2026-01-07
15
+
16
+ ### Fixed
17
+
18
+ - Correct CI for GitHub packages
19
+
10
20
  ## [0.3.7] - 2026-01-07
11
21
 
12
22
  ### Added
@@ -66,7 +76,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
76
 
67
77
  - Initial public release
68
78
 
69
- [unreleased]: https://github.com/fastly/hono-fastly-compute/compare/v0.3.7...HEAD
79
+ [unreleased]: https://github.com/fastly/hono-fastly-compute/compare/v0.3.8...HEAD
80
+ [0.3.8]: https://github.com/fastly/hono-fastly-compute/compare/v0.3.7...v0.3.8
70
81
  [0.3.7]: https://github.com/fastly/hono-fastly-compute/compare/v0.3.6...v0.3.7
71
82
  [0.3.6]: https://github.com/fastly/hono-fastly-compute/compare/v0.3.5...v0.3.6
72
83
  [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.9-publishtest.0",
4
4
  "description": "Helper utilities for using Hono with Fastly Compute",
5
5
  "license": "MIT",
6
6
  "repository": {