From 35190305dda729db449d25dced5b70fdcfd711ba Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 00:33:38 +0000 Subject: [PATCH] chore(main): release 1.4.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea965f8..a8aebc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.4.1](https://github.com/netlify/netlify-ipx/compare/v1.4.0...v1.4.1) (2023-05-08) + + +### Bug Fixes + +* **deps:** update dependency fs-extra to v11.1.1 ([#138](https://github.com/netlify/netlify-ipx/issues/138)) ([f26f91d](https://github.com/netlify/netlify-ipx/commit/f26f91df6c64a1345e75a9e0006b432cca56d3fa)) +* **deps:** update dependency ipx to v1 ([#146](https://github.com/netlify/netlify-ipx/issues/146)) ([bc2979f](https://github.com/netlify/netlify-ipx/commit/bc2979f647e88284d23a4e5d38a49c7ec65c4d6b)) +* **deps:** update dependency ufo to v1.1.2 ([#148](https://github.com/netlify/netlify-ipx/issues/148)) ([3b557bc](https://github.com/netlify/netlify-ipx/commit/3b557bc7dcdfd9f19a8811edbfd7e4b42fbd5aa5)) +* **deps:** update dependency unstorage to v1.5.0 ([#141](https://github.com/netlify/netlify-ipx/issues/141)) ([462bf62](https://github.com/netlify/netlify-ipx/commit/462bf6281035ef5007eb29c3f48ef3480bc5bbc7)) + ## [1.4.0](https://github.com/netlify/netlify-ipx/compare/v1.3.3...v1.4.0) (2023-04-06) diff --git a/package.json b/package.json index 6bad6cd..2fda580 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/ipx", - "version": "1.4.0", + "version": "1.4.1", "description": "on-demand image optimization for Netlify", "repository": "netlify/netlify-ipx", "license": "MIT",