Skip to content

Commit 317f39f

Browse files
ci: release
1 parent d60ab8f commit 317f39f

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.changeset/full-plums-attend.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/kind-flowers-sit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<!-- deno-fmt-ignore-file -->
22

3+
## 4.3.0
4+
5+
### Minor Changes
6+
7+
- b46f693: feat(ipx): improve ipx provider typing and test coverage
8+
9+
### Patch Changes
10+
11+
- d60ab8f: fix(cloudflare): handle URL encoding for src with query parameters correctly
12+
313
## 4.2.2
414

515
### Patch Changes

deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unpic/lib",
3-
"version": "4.2.2",
3+
"version": "4.3.0",
44
"exports": {
55
".": "./mod.ts",
66
"./async": "./src/async.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unpic",
3-
"version": "4.2.2",
3+
"version": "4.3.0",
44
"private": true,
55
"description": "Universal image CDN translator",
66
"repository": {

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2.2
1+
4.3.0

0 commit comments

Comments
 (0)