From 7998a74ac17bbcce6cb6d416105453907265ab05 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 15:37:44 +0100 Subject: [PATCH] chore(main): release 12.13.1 (#5486) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18fac2ef234..6f3513a4624 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ 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.13.1](https://github.com/netlify/cli/compare/v12.13.0...v12.13.1) (2023-02-17) + + +### Bug Fixes + +* **deps:** update dependency @netlify/edge-bundler to ^8.7.0 ([#5485](https://github.com/netlify/cli/issues/5485)) ([ab596c7](https://github.com/netlify/cli/commit/ab596c7e54cc8df34e4544f224d4f1e1dd677a9c)) + ## [12.13.0](https://github.com/netlify/cli/compare/v12.12.1...v12.13.0) (2023-02-17) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ec83810f1c5..69d04740054 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "12.13.0", + "version": "12.13.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "12.13.0", + "version": "12.13.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e48a98aad8c..9f59896307a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "12.13.0", + "version": "12.13.1", "author": "Netlify Inc.", "type": "module", "engines": {