@fastly/hono-fastly-compute 0.3.10-publishtest.0 → 0.3.10

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 +5 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [unreleased]
9
9
 
10
+ ## [0.3.10] - 2026-02-13
11
+
10
12
  ### Updated
11
13
 
12
- - Updated reusable workflow to publish package
14
+ - Update call to reusable workflow to publish package
13
15
 
14
16
  ## [0.3.9] - 2026-01-13
15
17
 
@@ -82,7 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
82
84
 
83
85
  - Initial public release
84
86
 
85
- [unreleased]: https://github.com/fastly/hono-fastly-compute/compare/v0.3.9...HEAD
87
+ [unreleased]: https://github.com/fastly/hono-fastly-compute/compare/v0.3.10...HEAD
88
+ [0.3.10]: https://github.com/fastly/hono-fastly-compute/compare/v0.3.9...v0.3.10
86
89
  [0.3.9]: https://github.com/fastly/hono-fastly-compute/compare/v0.3.8...v0.3.9
87
90
  [0.3.8]: https://github.com/fastly/hono-fastly-compute/compare/v0.3.7...v0.3.8
88
91
  [0.3.7]: https://github.com/fastly/hono-fastly-compute/compare/v0.3.6...v0.3.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastly/hono-fastly-compute",
3
- "version": "0.3.10-publishtest.0",
3
+ "version": "0.3.10",
4
4
  "description": "Helper utilities for using Hono with Fastly Compute",
5
5
  "license": "MIT",
6
6
  "repository": {