diff --git a/CHANGELOG.md b/CHANGELOG.md index ab3e86ca4a7..42dc978dbe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [17.16.2](https://github.com/netlify/cli/compare/v17.16.1...v17.16.2) (2024-02-13) + + +### Bug Fixes + +* **deps:** update dependency @netlify/blobs to v6.5.0 ([#6377](https://github.com/netlify/cli/issues/6377)) ([7fcfd8d](https://github.com/netlify/cli/commit/7fcfd8dfdc629249f9c4faafae7cb54e19c9d605)) +* **deps:** update netlify packages ([#6382](https://github.com/netlify/cli/issues/6382)) ([894f896](https://github.com/netlify/cli/commit/894f8964ae4578512a5466582d9b735dff7deba0)) +* dont touch query params encoding for ef and funcs ([#6380](https://github.com/netlify/cli/issues/6380)) ([f6e3743](https://github.com/netlify/cli/commit/f6e3743229aa6c9125f27e91194e38d96a32789e)) +* only intercept form submissions if form handler is configured ([#6381](https://github.com/netlify/cli/issues/6381)) ([692660b](https://github.com/netlify/cli/commit/692660bb44bae8d6da0015041c2c80a9baf327c6)) + ## [17.16.1](https://github.com/netlify/cli/compare/v17.16.0...v17.16.1) (2024-02-08) diff --git a/package-lock.json b/package-lock.json index 8530870ebc3..6fcc98ecde6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "17.16.1", + "version": "17.16.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "17.16.1", + "version": "17.16.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7b54e3b609b..f28adb52dd5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "17.16.1", + "version": "17.16.2", "author": "Netlify Inc.", "type": "module", "engines": {