@fastly/compute-js-context 0.5.3 → 0.5.4

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 +3 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,7 +7,7 @@ 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.4] - 2026-01-07
11
11
 
12
12
  ### Added
13
13
 
@@ -53,8 +53,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
53
53
 
54
54
  - Initial public release
55
55
 
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
56
+ [unreleased]: https://github.com/fastly/compute-js-context/compare/v0.5.4...HEAD
57
+ [0.5.4]: https://github.com/fastly/compute-js-context/compare/v0.5.2...v0.5.4
58
58
  [0.5.2]: https://github.com/fastly/compute-js-context/compare/v0.5.1...v0.5.2
59
59
  [0.5.1]: https://github.com/fastly/compute-js-context/compare/v0.5.0...v0.5.1
60
60
  [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.4",
4
4
  "description": "Surfaces Fastly Compute environment as a context object",
5
5
  "license": "MIT",
6
6
  "repository": {