Skip to content

Commit 27428d5

Browse files
committed
release: v0.4.1
1 parent 72546e2 commit 27428d5

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ structure this file.
77

88
## Unreleased
99

10+
## [v0.4.1](https://github.com/axelrindle/vscode-webp/releases/tag/v0.4.1) - 2023-05-10
11+
12+
### Fixed
13+
14+
- Binary handling on Windows systems ([#4](https://github.com/axelrindle/vscode-webp/pull/4))
15+
1016
## [v0.4.0](https://github.com/axelrindle/vscode-webp/releases/tag/v0.4.0) - 2023-05-08
1117

1218
### Changed

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.4.0",
6+
"version": "0.4.1",
77
"publisher": "axelrindle",
88
"engines": {
99
"vscode": "^1.76.0"

0 commit comments

Comments
 (0)