diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fc289f53a8..0e24ab70ac2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [10.11.0](https://github.com/netlify/cli/compare/v10.10.2...v10.11.0) (2022-07-22) + + +### Features + +* add retry count parameter to function uploads ([#4841](https://github.com/netlify/cli/issues/4841)) ([e917f69](https://github.com/netlify/cli/commit/e917f697bd3e30b5e98c47dc5d5ce049c5921d06)) +* deprecate `netlify:edge` in function templates ([#4842](https://github.com/netlify/cli/issues/4842)) ([cfbb34d](https://github.com/netlify/cli/commit/cfbb34d17ae23fbd85b486166a7a592902dcb75b)) +* simplify country mock docs ([#4822](https://github.com/netlify/cli/issues/4822)) ([c766d51](https://github.com/netlify/cli/commit/c766d511bcbaeb7a31ce91c2d0135692a1670b9f)) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^27.4.2 ([#4830](https://github.com/netlify/cli/issues/4830)) ([65913b4](https://github.com/netlify/cli/commit/65913b4dfa0d256d1bd52695a6d396bf04c3933e)) +* **deps:** update dependency @netlify/edge-bundler to ^1.7.0 ([#4843](https://github.com/netlify/cli/issues/4843)) ([5b112e3](https://github.com/netlify/cli/commit/5b112e38865855b4d417267254737603aca3d032)) +* **deps:** update dependency netlify to ^11.0.4 ([#4833](https://github.com/netlify/cli/issues/4833)) ([e00acbc](https://github.com/netlify/cli/commit/e00acbc5ebc0c01f345f18f918634884a27f6df1)) +* **deps:** update dependency netlify to v12 ([#4840](https://github.com/netlify/cli/issues/4840)) ([0eb9d16](https://github.com/netlify/cli/commit/0eb9d16db00fd2cfa1969de8a8e8e3144d9903f9)) +* fix cache error with geo country mock ([#4821](https://github.com/netlify/cli/issues/4821)) ([419f447](https://github.com/netlify/cli/commit/419f4472ac66f98ab26980b99112d78066dd3ca4)) +* **graph:** use the JWT correctly in `refetchAndGenerateFromOneGraph` ([#4832](https://github.com/netlify/cli/issues/4832)) ([623fe51](https://github.com/netlify/cli/commit/623fe51fe286ff0a05abcb1d0c0d00f47c660fce)) + ## [10.10.2](https://github.com/netlify/cli/compare/v10.10.1...v10.10.2) (2022-07-19) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ec440dffe3e..410be2d7424 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "10.10.2", + "version": "10.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "10.10.2", + "version": "10.11.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ea5124f7994..cbf4e7704ff 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "10.10.2", + "version": "10.11.0", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",