From b9e9008a0cf725236178d8011255c34096a93caf Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 13:08:41 +0100 Subject: [PATCH] chore(main): release 9.15.0 (#4496) 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 a200573dd8f..93acc7e9aa8 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). +## [9.15.0](https://github.com/netlify/cli/compare/v9.14.0...v9.15.0) (2022-03-30) + + +### Features + +* added scheduled functions template for Go ([#4495](https://github.com/netlify/cli/issues/4495)) ([17726b3](https://github.com/netlify/cli/commit/17726b330cf8df14635cf4ae19387e1310849e7f)) + ## [9.14.0](https://github.com/netlify/cli/compare/v9.13.6...v9.14.0) (2022-03-29) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c715b7b7812..7f5438187ff 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "9.14.0", + "version": "9.15.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "9.14.0", + "version": "9.15.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a94560be0ef..c62479ea753 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "9.14.0", + "version": "9.15.0", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",