From 75f58edcde8b02f5346d86d3c6a70b54018d4c9b Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 01:40:18 +0000 Subject: [PATCH] chore(main): release 1.4.7 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 589c870..87dba40 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.7](https://github.com/netlify/netlify-ipx/compare/v1.4.6...v1.4.7) (2023-12-04) + + +### Bug Fixes + +* **deps:** update dependency fs-extra to v11.2.0 ([#233](https://github.com/netlify/netlify-ipx/issues/233)) ([a37d5a4](https://github.com/netlify/netlify-ipx/commit/a37d5a4861c727dfc2c69c71d9c8b92a2d332020)) +* **deps:** update dependency ufo to v1.3.2 ([#228](https://github.com/netlify/netlify-ipx/issues/228)) ([751be74](https://github.com/netlify/netlify-ipx/commit/751be749dea259d45fdabf2b8eee7e73e72a4182)) +* **deps:** update dependency unstorage to v1.10.1 ([#231](https://github.com/netlify/netlify-ipx/issues/231)) ([26f7204](https://github.com/netlify/netlify-ipx/commit/26f720423a5f6397edcddf4785c69c187d7a0af8)) + ## [1.4.6](https://github.com/netlify/netlify-ipx/compare/v1.4.5...v1.4.6) (2023-11-14) diff --git a/package.json b/package.json index bf43d9c..ccc023c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/ipx", - "version": "1.4.6", + "version": "1.4.7", "description": "on-demand image optimization for Netlify", "repository": "netlify/netlify-ipx", "license": "MIT",