From 2f7bee12df8f00000f09b7985bbac5e3491a1dcc Mon Sep 17 00:00:00 2001 From: "mixie-bot[bot]" <127146692+mixie-bot[bot]@users.noreply.github.com> Date: Sun, 13 Jul 2025 14:30:15 +0000 Subject: [PATCH 1/2] chore(main): release 4.1.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ version.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6d068a2..9e1cf2b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.1.2" + ".": "4.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1020ef5..9867d0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # CHANGELOG +## [4.1.3](https://github.com/ascorbic/unpic/compare/v4.1.2...v4.1.3) (2025-07-13) + + +### Bug Fixes + +* **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)) + ## [4.1.2](https://github.com/ascorbic/unpic/compare/v4.1.1...v4.1.2) (2025-02-04) diff --git a/version.txt b/version.txt index 4d0dcda..de197cc 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -4.1.2 +4.1.3 From 5abeb5f3a0edab16acbc3ac9be4610a9dce24150 Mon Sep 17 00:00:00 2001 From: "mixie-bot[bot]" <127146692+mixie-bot[bot]@users.noreply.github.com> Date: Sun, 13 Jul 2025 14:30:26 +0000 Subject: [PATCH 2/2] chore: format --- src/providers/ipx.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/providers/ipx.test.ts b/src/providers/ipx.test.ts index 985d5c7..d1aa51e 100644 --- a/src/providers/ipx.test.ts +++ b/src/providers/ipx.test.ts @@ -7,7 +7,6 @@ const img = "/images/test.jpg"; const baseURL = "https://example.com/_ipx"; const remoteBaseUrl = "https://ipx.example.com"; - Deno.test("ipx extract", async (t) => { await t.step("should extract operations from a URL", () => { const url = `${baseURL}/w_300,h_200,q_75,f_webp/images/test.jpg`;