diff --git a/CHANGELOG.md b/CHANGELOG.md index 81e6101611f..01cd04cf224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [12.2.9](https://github.com/netlify/cli/compare/v12.2.8...v12.2.9) (2022-12-06) + + +### Bug Fixes + +* **deps:** update dependency @netlify/edge-bundler to ^5.3.1 ([#5296](https://github.com/netlify/cli/issues/5296)) ([ff1eecb](https://github.com/netlify/cli/commit/ff1eecba923201c9abe6731b6f6fc9f9176f7cec)) +* **deps:** update dependency @types/node to v14.18.34 ([#5292](https://github.com/netlify/cli/issues/5292)) ([fd7db45](https://github.com/netlify/cli/commit/fd7db45985d2d94576b8908f0cfa39dde5bc7ee4)) +* **deps:** update dependency cron-parser to v4.7.0 ([#5273](https://github.com/netlify/cli/issues/5273)) ([fb6d84a](https://github.com/netlify/cli/commit/fb6d84aba8d2f6751cacf8d6c680257b096d68dd)) +* detect requests without body correctly ([#5290](https://github.com/netlify/cli/issues/5290)) ([57ee933](https://github.com/netlify/cli/commit/57ee9332ef2f88cd40cfe1f42487ce5e5ba1b927)) + ## [12.2.8](https://github.com/netlify/cli/compare/v12.2.7...v12.2.8) (2022-11-30) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index bdd787018ff..15dfa5e5471 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "12.2.8", + "version": "12.2.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "12.2.8", + "version": "12.2.9", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index cdd28f82248..ee32b978470 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "12.2.8", + "version": "12.2.9", "author": "Netlify Inc.", "type": "module", "contributors": [