@fastly/hono-fastly-compute 0.3.8 → 0.3.9

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.9] - 2026-01-13
11
+
12
+ ### Added
13
+
14
+ - Use reusable workflow to publish package
15
+
10
16
  ## [0.3.8] - 2026-01-07
11
17
 
12
18
  ### Fixed
@@ -72,7 +78,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
72
78
 
73
79
  - Initial public release
74
80
 
75
- [unreleased]: https://github.com/fastly/hono-fastly-compute/compare/v0.3.8...HEAD
81
+ [unreleased]: https://github.com/fastly/hono-fastly-compute/compare/v0.3.9...HEAD
82
+ [0.3.9]: https://github.com/fastly/hono-fastly-compute/compare/v0.3.8...v0.3.9
76
83
  [0.3.8]: https://github.com/fastly/hono-fastly-compute/compare/v0.3.7...v0.3.8
77
84
  [0.3.7]: https://github.com/fastly/hono-fastly-compute/compare/v0.3.6...v0.3.7
78
85
  [0.3.6]: https://github.com/fastly/hono-fastly-compute/compare/v0.3.5...v0.3.6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastly/hono-fastly-compute",
3
- "version": "0.3.8",
3
+ "version": "0.3.9",
4
4
  "description": "Helper utilities for using Hono with Fastly Compute",
5
5
  "license": "MIT",
6
6
  "repository": {