diff --git a/CHANGELOG.md b/CHANGELOG.md index 58cdf438d90..4021ed34d66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [15.10.0](https://github.com/netlify/cli/compare/v15.9.1...v15.10.0) (2023-07-31) + + +### Features + +* add `context.deploy` to edge functions context ([#5909](https://github.com/netlify/cli/issues/5909)) ([df9ef26](https://github.com/netlify/cli/commit/df9ef264020df40a25dfa6e142f4e13d19bedd82)) + + +### Bug Fixes + +* b64-encode geo location in local dev ([#5873](https://github.com/netlify/cli/issues/5873)) ([faa6ad2](https://github.com/netlify/cli/commit/faa6ad2762b2cd7c021a568a7f648bdde74661ce)) +* **deps:** update dependency @netlify/build to v29.17.3 ([#5902](https://github.com/netlify/cli/issues/5902)) ([829ee1a](https://github.com/netlify/cli/commit/829ee1a979c817f8f5d3ff8af06324a669d814ce)) +* **deps:** update dependency @netlify/build-info to v7.7.0 ([#5884](https://github.com/netlify/cli/issues/5884)) ([43d91fc](https://github.com/netlify/cli/commit/43d91fc5086696649fe7968913dcc1149aece9ef)) +* **deps:** update dependency @netlify/build-info to v7.7.1 ([#5885](https://github.com/netlify/cli/issues/5885)) ([1daaf5b](https://github.com/netlify/cli/commit/1daaf5b8fa1c210b7e94f9e445aefde03f1f55aa)) +* **deps:** update dependency @netlify/build-info to v7.7.3 ([#5899](https://github.com/netlify/cli/issues/5899)) ([8c2b60c](https://github.com/netlify/cli/commit/8c2b60c6725c4f7a28243c7d777f25b595ab72a3)) +* **deps:** update dependency @netlify/edge-bundler to v8.17.0 ([#5896](https://github.com/netlify/cli/issues/5896)) ([dbb9b70](https://github.com/netlify/cli/commit/dbb9b7054b66004d56792d4eb51325ce9c8989cc)) +* **deps:** update dependency @netlify/edge-bundler to v8.17.1 ([#5901](https://github.com/netlify/cli/issues/5901)) ([a45144a](https://github.com/netlify/cli/commit/a45144a51db3b1a541b1098d97869239487e899b)) +* **deps:** update dependency @netlify/serverless-functions-api to v1.5.2 ([#5874](https://github.com/netlify/cli/issues/5874)) ([a403fbd](https://github.com/netlify/cli/commit/a403fbdd311b8c48b2807927c4e3571bef386f76)) +* **deps:** update netlify packages ([#5869](https://github.com/netlify/cli/issues/5869)) ([c02d0a4](https://github.com/netlify/cli/commit/c02d0a4a1c51f8923f7565b342ad8a1983f5e72b)) +* **deps:** update netlify packages ([#5898](https://github.com/netlify/cli/issues/5898)) ([92cc9ed](https://github.com/netlify/cli/commit/92cc9ed709b909681e0c0494af569ceb9704731f)) +* fixes a bug inside the error reporting ([#5880](https://github.com/netlify/cli/issues/5880)) ([f38514a](https://github.com/netlify/cli/commit/f38514a7aa7fa3342d8b16935f4ebd9a74d2e381)) +* **templates:** update dependency @types/node to v14.18.54 ([#5905](https://github.com/netlify/cli/issues/5905)) ([3850c33](https://github.com/netlify/cli/commit/3850c33cd9e3105d242208e6f7bd442824cd0d59)) +* use upstream of `lambda-local` again ([#5883](https://github.com/netlify/cli/issues/5883)) ([a175f4e](https://github.com/netlify/cli/commit/a175f4e5eac6ae7aad7078dce319a59dc0e03550)) + ## [15.9.1](https://github.com/netlify/cli/compare/v15.9.0...v15.9.1) (2023-07-19) diff --git a/package-lock.json b/package-lock.json index 157fbce5dd1..533ab9df20a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "15.9.1", + "version": "15.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "15.9.1", + "version": "15.10.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 78dc01022a2..541cbb94c99 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "15.9.1", + "version": "15.10.0", "author": "Netlify Inc.", "type": "module", "engines": {