@fastly/compute-js-context 0.5.3 → 0.5.5

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