From dffc0164ce1e322dcff82e2d74dfe5001b72b289 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 00:10:01 +0000 Subject: [PATCH] chore(main): release 1.3.4 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90330c5..f0616ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.3.4](https://github.com/netlify/netlify-ipx/compare/v1.3.3...v1.3.4) (2023-03-13) + + +### Bug Fixes + +* **deps:** update dependency node-fetch to v2.6.8 ([#112](https://github.com/netlify/netlify-ipx/issues/112)) ([0ec330d](https://github.com/netlify/netlify-ipx/commit/0ec330daeb5c802e825277c879ffb106ee9b9a8a)) +* **deps:** update dependency node-fetch to v2.6.9 ([#115](https://github.com/netlify/netlify-ipx/issues/115)) ([3af6712](https://github.com/netlify/netlify-ipx/commit/3af671223fa9303548528a7cb2f5a8806d1b0f7f)) +* **deps:** update dependency ufo to v1.1.1 ([#127](https://github.com/netlify/netlify-ipx/issues/127)) ([118bd63](https://github.com/netlify/netlify-ipx/commit/118bd630502f21415ff658addc0e3b7262a874ab)) +* **deps:** update dependency unstorage to v1.1.4 ([#119](https://github.com/netlify/netlify-ipx/issues/119)) ([f288273](https://github.com/netlify/netlify-ipx/commit/f288273a2bbd6899d008fe5c18d55d228be858f4)) +* **deps:** update dependency unstorage to v1.1.5 ([#121](https://github.com/netlify/netlify-ipx/issues/121)) ([b535f28](https://github.com/netlify/netlify-ipx/commit/b535f28d79416fc5cef7c03537b4137a77d39765)) + ## [1.3.3](https://github.com/netlify/netlify-ipx/compare/v1.3.2...v1.3.3) (2023-01-05) diff --git a/package.json b/package.json index 8d51534..bb6acc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/ipx", - "version": "1.3.3", + "version": "1.3.4", "description": "on-demand image optimization for Netlify", "repository": "netlify/netlify-ipx", "license": "MIT",