From 58699d42d889d57d686c03991b0a16c7195ba243 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 13:55:14 +0200 Subject: [PATCH] chore(main): release 12.0.3 (#5108) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 25 +++++++++++++++++++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 317d593a775..2897288998f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,31 @@ 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.0.3](https://github.com/netlify/cli/compare/v12.0.2...v12.0.3) (2022-10-03) + + +### Features + +* add error page to edge functions for local dev ([#5070](https://github.com/netlify/cli/issues/5070)) ([b9e0917](https://github.com/netlify/cli/commit/b9e0917457869d04dfda2d4f85fe9e7100eee480)) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^27.19.0 ([#5122](https://github.com/netlify/cli/issues/5122)) ([63acc5e](https://github.com/netlify/cli/commit/63acc5e65d0cff4ee1af8d12aa7fa774c7f5ecdc)) +* **deps:** update dependency @netlify/build to ^27.20.0 ([#5123](https://github.com/netlify/cli/issues/5123)) ([db9f642](https://github.com/netlify/cli/commit/db9f6421be21c12b689f165ca37022831935cf66)) +* **deps:** update dependency @netlify/edge-bundler to ^2.3.0 ([#5097](https://github.com/netlify/cli/issues/5097)) ([91506bb](https://github.com/netlify/cli/commit/91506bb7b9abfad979cc0154fe6081b72636afbd)) +* **deps:** update dependency @netlify/edge-bundler to ^2.3.1 ([#5120](https://github.com/netlify/cli/issues/5120)) ([fed6676](https://github.com/netlify/cli/commit/fed66765ab5813ccb8f952b19861bcba3b17d2ed)) +* **deps:** update dependency @netlify/edge-bundler to ^2.4.0 ([#5121](https://github.com/netlify/cli/issues/5121)) ([567ca4f](https://github.com/netlify/cli/commit/567ca4ffd2446702bf7a4110c60c1bc969599904)) +* **deps:** update dependency @netlify/edge-bundler to ^2.5.0 ([#5124](https://github.com/netlify/cli/issues/5124)) ([bc9cd53](https://github.com/netlify/cli/commit/bc9cd539a15f4a82276f3d8b41139b87165d4cfb)) +* **deps:** update dependency @octokit/rest to v19 ([#5118](https://github.com/netlify/cli/issues/5118)) ([5ace78f](https://github.com/netlify/cli/commit/5ace78fd4decf9f224fa35c7400ad1be83e860d3)) +* **deps:** update dependency @types/node to v14.18.31 ([#5099](https://github.com/netlify/cli/issues/5099)) ([d35a400](https://github.com/netlify/cli/commit/d35a400be996ccfa1fa36b0aa1e5f4a84d802bba)) +* **deps:** update dependency commander to v9.4.1 ([#5100](https://github.com/netlify/cli/issues/5100)) ([a7551dd](https://github.com/netlify/cli/commit/a7551dd6d6c13042809e34820d0b51719853a4bf)) +* **deps:** update dependency dotenv to v16.0.3 ([#5101](https://github.com/netlify/cli/issues/5101)) ([a7c8892](https://github.com/netlify/cli/commit/a7c8892eebbba1d525120081ecacea602450142d)) +* **deps:** update dependency parse-gitignore to v2 ([#5116](https://github.com/netlify/cli/issues/5116)) ([bedabad](https://github.com/netlify/cli/commit/bedabadcfd2fd93c250ff235696ee3a926fac17d)) +* **deps:** update dependency stripe to v10.12.0 ([#5104](https://github.com/netlify/cli/issues/5104)) ([5043eae](https://github.com/netlify/cli/commit/5043eae038d8854c681b439bc5076ace63db4800)) +* **deps:** update dependency typescript to v4.8.4 ([#5102](https://github.com/netlify/cli/issues/5102)) ([a4a0bdb](https://github.com/netlify/cli/commit/a4a0bdbee9b148a47850ff62c5e313f665992b6a)) +* **deps:** update rust crate tokio to 1.21.2 ([#5103](https://github.com/netlify/cli/issues/5103)) ([12bb1e1](https://github.com/netlify/cli/commit/12bb1e19871519810986a1bbb2873b94dae3575d)) + ## [12.0.2](https://github.com/netlify/cli/compare/v12.0.1...v12.0.2) (2022-09-30) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 79677f7808f..8a28fa8ef96 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "12.0.2", + "version": "12.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "12.0.2", + "version": "12.0.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 82affc522e6..f86d6454e3c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "12.0.2", + "version": "12.0.3", "author": "Netlify Inc.", "contributors": [ "@whitep4nth3r (https://twitter.com/whitep4nth3r)",