Skip to content

Commit

Permalink
v6.2.0
Browse files Browse the repository at this point in the history
(cherry picked from commit ca76ff0)
  • Loading branch information
harmony7 committed Nov 27, 2024
1 parent a5e8493 commit 55bf302
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [6.2.0] - 2024-11-27

### Added

- Scaffolded application now uses @fastly/cli npm package to access the Fastly CLI

### Updated

- Improved README to clarify command line args syntax
- Improved README to clarify KV Store mode usage
- Improved README to clarify application generation and iteration

## [6.1.1] - 2024-10-03

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

[unreleased]: https://github.com/fastly/compute-js-static-publish/compare/v6.1.1...HEAD
[unreleased]: https://github.com/fastly/compute-js-static-publish/compare/v6.2.0...HEAD
[6.2.0]: https://github.com/fastly/compute-js-static-publish/compare/v6.1.1...v6.2.0
[6.1.1]: https://github.com/fastly/compute-js-static-publish/compare/v6.1.0...v6.1.1
[6.1.0]: https://github.com/fastly/compute-js-static-publish/compare/v6.0.0...v6.1.0
[6.0.0]: https://github.com/fastly/compute-js-static-publish/compare/v5.2.1...v6.0.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fastly/compute-js-static-publish",
"type": "module",
"version": "6.1.1",
"version": "6.2.0",
"description": "Static Publisher for Fastly Compute JavaScript",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down

0 comments on commit 55bf302

Please sign in to comment.