Skip to content

Commit 454ceeb

Browse files
committed
v0.2.0
1 parent ecd920a commit 454ceeb

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
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/04/15
11+
1012
### Updated
1113

1214
- Update to CLI v11.x
@@ -32,7 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3234

3335
- Initial release
3436

35-
[unreleased]: https://github.com/fastly/create-compute-js/compare/v0.1.2...HEAD
36-
[0.1.2]: https://github.com/fastly/create-compute-js/compare/v0.1.2...v0.1.1
37-
[0.1.1]: https://github.com/fastly/create-compute-js/compare/v0.1.1...v0.1.0
37+
[unreleased]: https://github.com/fastly/create-compute-js/compare/v0.2.0...HEAD
38+
[0.2.0]: https://github.com/fastly/create-compute-js/compare/v0.1.2...v0.2.0
39+
[0.1.2]: https://github.com/fastly/create-compute-js/compare/v0.1.1...v0.1.2
40+
[0.1.1]: https://github.com/fastly/create-compute-js/compare/v0.1.0...v0.1.1
3841
[0.1.0]: https://github.com/fastly/create-compute-js/releases/tag/v0.1.0

package-lock.json

Lines changed: 2 additions & 2 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/create-compute",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"license": "MIT",
55
"description": "An npm init initializer for creating a new JavaScript (TypeScript) application on Fastly Compute",
66
"type": "module",

0 commit comments

Comments
 (0)