Skip to content

Commit

Permalink
v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshijun committed Jul 24, 2023
1 parent 5351643 commit ee3cdfa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.9.2 (July 24, 2023)

- fix: convert to webp using query params
- fix: convert to webp when client supports
- feat: support customize uploadable media types

## 0.9.1 (July 22, 2023)

- fix: do not convert unsupported images to webp
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.1
version: 0.9.2
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.1",
"version": "0.9.2",
"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.1
0.9.2

0 comments on commit ee3cdfa

Please sign in to comment.