Skip to content

Commit bf61b3b

Browse files
committed
v7.0.5
1 parent ebd65ee commit bf61b3b

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

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.5] - 2026-02-03
11+
1012
### Added
1113

1214
- Add application/wasm to default content types
@@ -348,7 +350,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
348350
- Updated generated app's webpack and webpack-cli versions
349351
- Use atob() and removed dependency on Buffer
350352

351-
[unreleased]: https://github.com/fastly/compute-js-static-publish/compare/v7.0.4...HEAD
353+
[unreleased]: https://github.com/fastly/compute-js-static-publish/compare/v7.0.5...HEAD
354+
[7.0.5]: https://github.com/fastly/compute-js-static-publish/compare/v7.0.4...v7.0.5
352355
[7.0.4]: https://github.com/fastly/compute-js-static-publish/compare/v7.0.3...v7.0.4
353356
[7.0.3]: https://github.com/fastly/compute-js-static-publish/compare/v7.0.2...v7.0.3
354357
[7.0.2]: https://github.com/fastly/compute-js-static-publish/compare/v7.0.1...v7.0.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": "7.0.4",
4+
"version": "7.0.5",
55
"description": "Static Publisher for Fastly Compute JavaScript",
66
"main": "build/index.js",
77
"exports": {

0 commit comments

Comments
 (0)