diff --git a/CHANGELOG.md b/CHANGELOG.md index ed7221e..4f3c1fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/blocklet.yml b/blocklet.yml index 76f797a..27b05bd 100644 --- a/blocklet.yml +++ b/blocklet.yml @@ -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: diff --git a/package.json b/package.json index b542b1f..9b57980 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "image-bin", - "version": "0.9.0", + "version": "0.9.1", "scripts": { "dev": "blocklet dev", "build": "vite build", diff --git a/version b/version index ac39a10..f374f66 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.9.0 +0.9.1