Skip to content

Commit a0efab1

Browse files
committed
v6.3.0
1 parent 6e6b6b6 commit a0efab1

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
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.3.0] - 2025-03-19
11+
1012
### Added
1113

1214
- feat: Added content type for WebP images
@@ -271,7 +273,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
271273
- Updated generated app's webpack and webpack-cli versions
272274
- Use atob() and removed dependency on Buffer
273275

274-
[unreleased]: https://github.com/fastly/compute-js-static-publish/compare/v6.2.0...HEAD
276+
[unreleased]: https://github.com/fastly/compute-js-static-publish/compare/v6.3.0...HEAD
277+
[6.3.0]: https://github.com/fastly/compute-js-static-publish/compare/v6.2.0...v6.3.0
275278
[6.2.0]: https://github.com/fastly/compute-js-static-publish/compare/v6.1.1...v6.2.0
276279
[6.1.1]: https://github.com/fastly/compute-js-static-publish/compare/v6.1.0...v6.1.1
277280
[6.1.0]: https://github.com/fastly/compute-js-static-publish/compare/v6.0.0...v6.1.0

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.2.0",
4+
"version": "6.3.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)