Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshijun committed Jul 22, 2023
1 parent 395fc42 commit 8b6f643
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.9.1 (July 22, 2023)

- fix: do not convert unsupported images to webp

## 0.9.0 (July 22, 2023)

- feat: support convert images to webp on the fly
Expand Down
2 changes: 1 addition & 1 deletion blocklet.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: image-bin
version: 0.9.0
version: 0.9.1
title: Image Bin
description: Paste and share your images
keywords:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "image-bin",
"version": "0.9.0",
"version": "0.9.1",
"scripts": {
"dev": "blocklet dev",
"build": "vite build",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.9.1

0 comments on commit 8b6f643

Please sign in to comment.