Skip to content

Commit 5989f63

Browse files
chore(main): release 4.1.3 (#174)
* chore(main): release 4.1.3 * chore: format --------- Co-authored-by: mixie-bot[bot] <127146692+mixie-bot[bot]@users.noreply.github.com>
1 parent 1a3c669 commit 5989f63

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.1.2"
2+
".": "4.1.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
<!-- deno-fmt-ignore-file -->
22
# CHANGELOG
33

4+
## [4.1.3](https://github.com/ascorbic/unpic/compare/v4.1.2...v4.1.3) (2025-07-13)
5+
6+
7+
### Bug Fixes
8+
9+
* **ipx:** make ipx transform work with a remote base url ([#173](https://github.com/ascorbic/unpic/issues/173)) ([1a3c669](https://github.com/ascorbic/unpic/commit/1a3c669d68487797e3f433785afa0ca412a97b4f))
10+
411
## [4.1.2](https://github.com/ascorbic/unpic/compare/v4.1.1...v4.1.2) (2025-02-04)
512

613

src/providers/ipx.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const img = "/images/test.jpg";
77
const baseURL = "https://example.com/_ipx";
88
const remoteBaseUrl = "https://ipx.example.com";
99

10-
1110
Deno.test("ipx extract", async (t) => {
1211
await t.step("should extract operations from a URL", () => {
1312
const url = `${baseURL}/w_300,h_200,q_75,f_webp/images/test.jpg`;

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.1.2
1+
4.1.3

0 commit comments

Comments
 (0)