From a52835bc3271f133596ff894aa9ca04a17c450fd 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 16:58:04 +0200 Subject: [PATCH] chore(main): release 12.0.4 (#5127) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2897288998f..a03be2b8980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ 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.4](https://github.com/netlify/cli/compare/v12.0.3...v12.0.4) (2022-10-03) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^27.20.1 ([#5126](https://github.com/netlify/cli/issues/5126)) ([03f688e](https://github.com/netlify/cli/commit/03f688e068c99a891e8ae1e0b33be1f93fe14c07)) +* **deps:** update dependency @netlify/edge-bundler to ^2.6.0 ([#5125](https://github.com/netlify/cli/issues/5125)) ([dd1993f](https://github.com/netlify/cli/commit/dd1993f5f908b06161bc0784a0cdecf62226681e)) + ## [12.0.3](https://github.com/netlify/cli/compare/v12.0.2...v12.0.3) (2022-10-03) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f2e3aa5cfd3..57e42d09567 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "12.0.3", + "version": "12.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "12.0.3", + "version": "12.0.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 14d01b53c1a..1689eeebde8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "12.0.3", + "version": "12.0.4", "author": "Netlify Inc.", "contributors": [ "@whitep4nth3r (https://twitter.com/whitep4nth3r)",