diff --git a/CHANGELOG.md b/CHANGELOG.md index 70f9b8553c1..2da9be9eb2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,30 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [17.23.0](https://github.com/netlify/cli/compare/v17.22.1...v17.23.0) (2024-04-25) + + +### Features + +* custom rate limit rules payload ([#6503](https://github.com/netlify/cli/issues/6503)) ([79e22fd](https://github.com/netlify/cli/commit/79e22fdff9cfb33316fa278774ed553d0aac0ca0)) + + +### Bug Fixes + +* **deps:** update dependency @bugsnag/js to v7.22.7 ([#6519](https://github.com/netlify/cli/issues/6519)) ([0ba96d2](https://github.com/netlify/cli/commit/0ba96d2dfe9028ed106ae02d92acd4ebec2d67e4)) +* **deps:** update dependency @fastify/static to v6.12.0 ([#6521](https://github.com/netlify/cli/issues/6521)) ([3433250](https://github.com/netlify/cli/commit/3433250ac5624660f70c52ace52f788a32c8b287)) +* **deps:** update dependency @netlify/build to v29.40.0 ([#6515](https://github.com/netlify/cli/issues/6515)) ([f0af180](https://github.com/netlify/cli/commit/f0af1806abaa4230e7495bd37e80ca3dd57fdf17)) +* **deps:** update dependency @netlify/edge-bundler to v11.4.0 ([#6512](https://github.com/netlify/cli/issues/6512)) ([cbb377f](https://github.com/netlify/cli/commit/cbb377f7d5eefe2f4003c91ee1fa8a3d5a62dc9e)) +* **deps:** update dependency @netlify/edge-bundler to v12 ([#6526](https://github.com/netlify/cli/issues/6526)) ([8269f26](https://github.com/netlify/cli/commit/8269f26e58769fd4d474e9a734581b056785184c)) +* **deps:** update dependency @netlify/zip-it-and-ship-it to v9.32.0 ([#6517](https://github.com/netlify/cli/issues/6517)) ([4e4f844](https://github.com/netlify/cli/commit/4e4f844b4f866ed8f3c55004c34ae8422fe3de4d)) +* **deps:** update dependency @netlify/zip-it-and-ship-it to v9.32.1 ([#6528](https://github.com/netlify/cli/issues/6528)) ([31114d9](https://github.com/netlify/cli/commit/31114d9a29e6ca1f47dc2ad66ca58536ea2b428f)) +* **deps:** update dependency get-port to v7 ([#5786](https://github.com/netlify/cli/issues/5786)) ([fd37f4f](https://github.com/netlify/cli/commit/fd37f4fd9ddbedbd4a0162ae58ddcf7953445b4d)) +* **deps:** update dependency https-proxy-agent to v7 ([#5789](https://github.com/netlify/cli/issues/5789)) ([b51c01c](https://github.com/netlify/cli/commit/b51c01c2559d60f5ee8ed2228a6361ee9bf0243b)) +* **deps:** update dependency semver to v7.6.0 ([#5979](https://github.com/netlify/cli/issues/5979)) ([c20c089](https://github.com/netlify/cli/commit/c20c08990191e2b91e2ece401bed32ce5901525b)) +* **deps:** update dependency uuid to v9.0.1 ([#6466](https://github.com/netlify/cli/issues/6466)) ([3923185](https://github.com/netlify/cli/commit/3923185867ed34b8213526794b9b8dd02f7427c8)) +* **deps:** update netlify packages ([#6525](https://github.com/netlify/cli/issues/6525)) ([22dff9e](https://github.com/netlify/cli/commit/22dff9ed0404d7d26c4341cea47024de46454dee)) +* import function template metadata as module ([#6516](https://github.com/netlify/cli/issues/6516)) ([ffe8696](https://github.com/netlify/cli/commit/ffe869652adbfb633be0f27cacf261c0762ef0bb)) + ## [17.22.1](https://github.com/netlify/cli/compare/v17.22.0...v17.22.1) (2024-04-10) diff --git a/package-lock.json b/package-lock.json index ebcdeaa9ec6..c3ba917a3cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "17.22.1", + "version": "17.23.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "17.22.1", + "version": "17.23.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e394a2158fc..036ca97db87 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "17.22.1", + "version": "17.23.0", "author": "Netlify Inc.", "type": "module", "engines": {