Skip to content

Commit 0a26e81

Browse files
committed
v7.0.0
1 parent 05ec4b9 commit 0a26e81

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
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+
## [7.0.0] - 2025-04-24
11+
1012
> [!NOTE]
1113
> Breaking release. Every project will need a re-scaffold.
1214
@@ -316,7 +318,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
316318
- Updated generated app's webpack and webpack-cli versions
317319
- Use atob() and removed dependency on Buffer
318320

319-
[unreleased]: https://github.com/fastly/compute-js-static-publish/compare/v6.3.0...HEAD
321+
[unreleased]: https://github.com/fastly/compute-js-static-publish/compare/v7.0.0...HEAD
322+
[7.0.0]: https://github.com/fastly/compute-js-static-publish/compare/v6.3.0...v7.0.0
320323
[6.3.0]: https://github.com/fastly/compute-js-static-publish/compare/v6.2.0...v6.3.0
321324
[6.2.0]: https://github.com/fastly/compute-js-static-publish/compare/v6.1.1...v6.2.0
322325
[6.1.1]: https://github.com/fastly/compute-js-static-publish/compare/v6.1.0...v6.1.1

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": "7.0.0-beta.5",
4+
"version": "7.0.0",
55
"description": "Static Publisher for Fastly Compute JavaScript",
66
"main": "build/index.js",
77
"exports": {

0 commit comments

Comments
 (0)