@fastly/compute-js-context 0.5.4 → 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 +15 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,18 @@ 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
+
16
+ ## [0.5.5] - 2026-01-07
17
+
18
+ ### Fixed
19
+
20
+ - Correct CI for GitHub packages
21
+
10
22
  ## [0.5.4] - 2026-01-07
11
23
 
12
24
  ### Added
@@ -53,7 +65,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
53
65
 
54
66
  - Initial public release
55
67
 
56
- [unreleased]: https://github.com/fastly/compute-js-context/compare/v0.5.4...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
70
+ [0.5.5]: https://github.com/fastly/compute-js-context/compare/v0.5.4...v0.5.5
57
71
  [0.5.4]: https://github.com/fastly/compute-js-context/compare/v0.5.2...v0.5.4
58
72
  [0.5.2]: https://github.com/fastly/compute-js-context/compare/v0.5.1...v0.5.2
59
73
  [0.5.1]: https://github.com/fastly/compute-js-context/compare/v0.5.0...v0.5.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastly/compute-js-context",
3
- "version": "0.5.4",
3
+ "version": "0.5.6",
4
4
  "description": "Surfaces Fastly Compute environment as a context object",
5
5
  "license": "MIT",
6
6
  "repository": {