diff --git a/CHANGELOG.md b/CHANGELOG.md index f86d2f5..c62e41c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.6](https://github.com/netlify/netlify-ipx/compare/v1.4.5...v1.4.6) (2023-10-23) + + +### Bug Fixes + +* **deps:** update dependency @netlify/functions to ^2.2.0 ([#207](https://github.com/netlify/netlify-ipx/issues/207)) ([7ea37de](https://github.com/netlify/netlify-ipx/commit/7ea37de51fe63190b886e47b8a75c187cfbee0af)) +* **deps:** update dependency @netlify/functions to ^2.2.1 ([#209](https://github.com/netlify/netlify-ipx/issues/209)) ([f2d4630](https://github.com/netlify/netlify-ipx/commit/f2d46300355a2594329013aa4ece1616839e22d8)) +* **deps:** update dependency @netlify/functions to ^2.3.0 ([#211](https://github.com/netlify/netlify-ipx/issues/211)) ([b981dc8](https://github.com/netlify/netlify-ipx/commit/b981dc8093acbcb1e5bf51363e8d22b3d4ba818c)) + ## [1.4.5](https://github.com/netlify/netlify-ipx/compare/v1.4.4...v1.4.5) (2023-10-02) diff --git a/package.json b/package.json index a80b876..95b59d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/ipx", - "version": "1.4.5", + "version": "1.4.6", "description": "on-demand image optimization for Netlify", "repository": "netlify/netlify-ipx", "license": "MIT",