From 1f7fa51b142eb5b161311edb20a174a2bd224d4a Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 21:32:47 +0000 Subject: [PATCH] chore(main): release 10.13.0 (#4869) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 15 +++++++++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f17ac1e631..6ab43e7c0f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ 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.13.0](https://github.com/netlify/cli/compare/v10.12.1...v10.13.0) (2022-07-29) + + +### Features + +* pass site information to edge function context in dev command ([#4857](https://github.com/netlify/cli/issues/4857)) ([9ab5603](https://github.com/netlify/cli/commit/9ab5603c3555a8164240e8eee7b187e5bf11980c)) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^27.6.0 ([#4872](https://github.com/netlify/cli/issues/4872)) ([a684bc9](https://github.com/netlify/cli/commit/a684bc9cd4636562d019f3c35e54813a00276cbd)) +* **deps:** update dependency @netlify/build to ^27.7.0 ([#4875](https://github.com/netlify/cli/issues/4875)) ([6f99bdc](https://github.com/netlify/cli/commit/6f99bdc1bb7a5ae5c0f61f619d17e0e20c02d17d)) +* **deps:** update dependency @netlify/edge-bundler to ^1.8.0 ([#4874](https://github.com/netlify/cli/issues/4874)) ([6ff4d8a](https://github.com/netlify/cli/commit/6ff4d8a66dcb82482576b0578d5be8ca637960fb)) +* **graph:** fix graph:pull and codegen bugs ([#4878](https://github.com/netlify/cli/issues/4878)) ([90e8c3e](https://github.com/netlify/cli/commit/90e8c3ede75e4578787a73908bbd55b467e3af82)) + ## [10.12.1](https://github.com/netlify/cli/compare/v10.12.0...v10.12.1) (2022-07-27) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 5096ca54451..12520d367cf 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "10.12.1", + "version": "10.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "10.12.1", + "version": "10.13.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 28231f69130..971a280076f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "10.12.1", + "version": "10.13.0", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",