diff --git a/CHANGELOG.md b/CHANGELOG.md index c40ccc8..0b46733 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.5](https://github.com/netlify/netlify-ipx/compare/v1.4.4...v1.4.5) (2023-09-25) + + +### Bug Fixes + +* **deps:** update dependency @netlify/functions to ^2.0.2 ([#189](https://github.com/netlify/netlify-ipx/issues/189)) ([1839eb1](https://github.com/netlify/netlify-ipx/commit/1839eb16d009bd7e2e1ca3274e01ed24f3809b4d)) +* **deps:** update dependency ipx to v1.3.0 ([#198](https://github.com/netlify/netlify-ipx/issues/198)) ([2191a92](https://github.com/netlify/netlify-ipx/commit/2191a922a0fc99f7dfa734643af2ca74220aeb13)) +* **deps:** update dependency node-fetch to v2.7.0 ([#194](https://github.com/netlify/netlify-ipx/issues/194)) ([a9e82dc](https://github.com/netlify/netlify-ipx/commit/a9e82dc772a95443124a723b68216e6ecb910b8a)) +* **deps:** update dependency ufo to v1.3.0 ([#195](https://github.com/netlify/netlify-ipx/issues/195)) ([13afa43](https://github.com/netlify/netlify-ipx/commit/13afa43a1a65e2c0a936f79eca9169f398f43048)) + ## [1.4.4](https://github.com/netlify/netlify-ipx/compare/v1.4.3...v1.4.4) (2023-08-22) diff --git a/package.json b/package.json index 2a85733..e244738 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/ipx", - "version": "1.4.4", + "version": "1.4.5", "description": "on-demand image optimization for Netlify", "repository": "netlify/netlify-ipx", "license": "MIT",