Skip to content

Commit ead4b0c

Browse files
committed
v0.2.0
1 parent 28e2b0b commit ead4b0c

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [0.2.0] - 2025-10-28
11+
1012
### Updates
1113
- Use @fastly/cli as npm dependency
1214

@@ -41,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4143

4244
- Initial release
4345

44-
[unreleased]: https://github.com/fastly/js-compute-testing/compare/v0.1.4...HEAD
46+
[unreleased]: https://github.com/fastly/js-compute-testing/compare/v0.2.0...HEAD
47+
[0.2.0]: https://github.com/fastly/js-compute-testing/compare/v0.1.4...v0.2.0
4548
[0.1.4]: https://github.com/fastly/js-compute-testing/compare/v0.1.3...v0.1.4
4649
[0.1.3]: https://github.com/fastly/js-compute-testing/compare/v0.1.2...v0.1.3
4750
[0.1.2]: https://github.com/fastly/js-compute-testing/compare/v0.1.1...v0.1.2

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fastly/compute-testing",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"scripts": {
55
"prepack": "npm run clean && npm run build",
66
"build": "tsc --build tsconfig.json",

0 commit comments

Comments
 (0)