@fastly/compute-js-context 0.5.5 → 0.5.6

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.5.6] - 2026-02-13
11
+
12
+ ### Updated
13
+
14
+ - Release to npmjs using updated CI workflow
15
+
10
16
  ## [0.5.5] - 2026-01-07
11
17
 
12
18
  ### Fixed
@@ -59,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
59
65
 
60
66
  - Initial public release
61
67
 
62
- [unreleased]: https://github.com/fastly/compute-js-context/compare/v0.5.5...HEAD
68
+ [unreleased]: https://github.com/fastly/compute-js-context/compare/v0.5.6...HEAD
69
+ [0.5.6]: https://github.com/fastly/compute-js-context/compare/v0.5.5...v0.5.6
63
70
  [0.5.5]: https://github.com/fastly/compute-js-context/compare/v0.5.4...v0.5.5
64
71
  [0.5.4]: https://github.com/fastly/compute-js-context/compare/v0.5.2...v0.5.4
65
72
  [0.5.2]: https://github.com/fastly/compute-js-context/compare/v0.5.1...v0.5.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastly/compute-js-context",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "description": "Surfaces Fastly Compute environment as a context object",
5
5
  "license": "MIT",
6
6
  "repository": {