Skip to content

Commit 7d587db

Browse files
committed
v6.0.0
1 parent 30993e4 commit 7d587db

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+
## [6.0.0] - 2024-01-26
11+
1012
### Updated
1113

1214
- Add "static content root dir" to cleanly separate generated files
@@ -230,7 +232,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
230232
- Updated generated app's webpack and webpack-cli versions
231233
- Use atob() and removed dependency on Buffer
232234

233-
[unreleased]: https://github.com/fastly/compute-js-static-publish/compare/v5.2.1...HEAD
235+
[unreleased]: https://github.com/fastly/compute-js-static-publish/compare/v6.0.0...HEAD
236+
[6.0.0]: https://github.com/fastly/compute-js-static-publish/compare/v5.2.1...v6.0.0
234237
[5.2.1]: https://github.com/fastly/compute-js-static-publish/compare/v5.2.0...v5.2.1
235238
[5.2.0]: https://github.com/fastly/compute-js-static-publish/compare/v5.1.2...v5.2.0
236239
[5.1.2]: https://github.com/fastly/compute-js-static-publish/compare/v5.1.1...v5.1.2

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.0.0-beta.2",
4+
"version": "6.0.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)