Skip to content

Commit ca76ff0

Browse files
committed
v6.2.0
1 parent 12e841d commit ca76ff0

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

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

88
## [unreleased]
99

10+
## [6.2.0] - 2024-11-27
11+
12+
### Added
13+
14+
- Scaffolded application now uses @fastly/cli npm package to access the Fastly CLI
15+
16+
### Updated
17+
18+
- Improved README to clarify command line args syntax
19+
- Improved README to clarify KV Store mode usage
20+
- Improved README to clarify application generation and iteration
21+
1022
## [6.1.1] - 2024-10-03
1123

1224
### Fixed
@@ -245,7 +257,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
245257
- Updated generated app's webpack and webpack-cli versions
246258
- Use atob() and removed dependency on Buffer
247259

248-
[unreleased]: https://github.com/fastly/compute-js-static-publish/compare/v6.1.1...HEAD
260+
[unreleased]: https://github.com/fastly/compute-js-static-publish/compare/v6.2.0...HEAD
261+
[6.2.0]: https://github.com/fastly/compute-js-static-publish/compare/v6.1.1...v6.2.0
249262
[6.1.1]: https://github.com/fastly/compute-js-static-publish/compare/v6.1.0...v6.1.1
250263
[6.1.0]: https://github.com/fastly/compute-js-static-publish/compare/v6.0.0...v6.1.0
251264
[6.0.0]: https://github.com/fastly/compute-js-static-publish/compare/v5.2.1...v6.0.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,7 +1,7 @@
11
{
22
"name": "@fastly/compute-js-static-publish",
33
"type": "module",
4-
"version": "6.1.1",
4+
"version": "6.2.0",
55
"description": "Static Publisher for Fastly Compute JavaScript",
66
"main": "./build/index.js",
77
"types": "./build/index.d.ts",

0 commit comments

Comments
 (0)