From d179d138d0b9520b3a1fbef5016eb6a22d618a63 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 03:50:06 +0000 Subject: [PATCH] chore(main): release 12.6.0 --- 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 b2d6e2b842b..21902ea7b31 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). +## [12.6.0](https://github.com/netlify/cli/compare/v12.5.0...v12.6.0) (2023-01-09) + + +### Features + +* **ef templates:** replace context.json with Response.json ([#5342](https://github.com/netlify/cli/issues/5342)) ([89b14e2](https://github.com/netlify/cli/commit/89b14e280df05cd84e931d1b3ca66208c79f4d91)) +* use console.log for logging in ef template ([#5340](https://github.com/netlify/cli/issues/5340)) ([7eb4479](https://github.com/netlify/cli/commit/7eb44798bf2c113a118c60d38990fdb7a536ae06)) + + +### Bug Fixes + +* **command-dev:** replace deprecated static-server dep by fastify-static ([#5341](https://github.com/netlify/cli/issues/5341)) ([2994d3e](https://github.com/netlify/cli/commit/2994d3eb57e2fd35bda68917db84d17b7d3cf08f)) +* **deps:** update dependency @netlify/functions to ^1.4.0 ([#5348](https://github.com/netlify/cli/issues/5348)) ([61675b2](https://github.com/netlify/cli/commit/61675b20224d44ab061efe9089501e58c4f9cd75)) +* **deps:** update netlify packages ([#5336](https://github.com/netlify/cli/issues/5336)) ([e1f661a](https://github.com/netlify/cli/commit/e1f661ade9da2a36d6fb4ebf5b2556ca97ae31f9)) + ## [12.5.0](https://github.com/netlify/cli/compare/v12.4.1...v12.5.0) (2022-12-22) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index bb7528af171..befccc2031f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "12.5.0", + "version": "12.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "12.5.0", + "version": "12.6.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 24e515e8e3e..9399a7c7650 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "12.5.0", + "version": "12.6.0", "author": "Netlify Inc.", "type": "module", "engines": {