Skip to content

Commit b3a9e16

Browse files
committed
release: v0.4.0
1 parent 5139f0b commit b3a9e16

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ structure this file.
77

88
## Unreleased
99

10+
## [v0.4.0](https://github.com/axelrindle/vscode-webp/releases/tag/v0.4.0) - 2023-05-08
11+
1012
### Changed
1113

1214
- The libwebp binaries are now stored in a global location which eliminates the need to
@@ -23,7 +25,7 @@ reinstall the binaries after every extension update.
2325
- Extension crash for files containing a space in it's name
2426
([#3](https://github.com/axelrindle/vscode-webp/pull/3))
2527

26-
## [v0.2.0](https://github.com/axelrindle/vscode-webp/releases/tag/v0.1.0) - 2023-04-12
28+
## [v0.2.0](https://github.com/axelrindle/vscode-webp/releases/tag/v0.2.0) - 2023-04-12
2729

2830
### Added
2931

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
@@ -3,7 +3,7 @@
33
"name": "webp-converter",
44
"displayName": "WebP Converter",
55
"description": "Convert images into the WebP format.",
6-
"version": "0.3.0",
6+
"version": "0.4.0",
77
"publisher": "axelrindle",
88
"engines": {
99
"vscode": "^1.76.0"

0 commit comments

Comments
 (0)