From 7af5fa055ce5bbc29aeba97e52f0aa01a329b522 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 14:03:37 +0200 Subject: [PATCH] chore: release 6.13.0 (#3501) 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 b015052ee1c..f59dd9a7350 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). +## [6.13.0](https://www.github.com/netlify/cli/compare/v6.12.6...v6.13.0) (2021-10-14) + + +### Features + +* support functions within type=module packages (Closes [#3394](https://www.github.com/netlify/cli/issues/3394)) ([#3445](https://www.github.com/netlify/cli/issues/3445)) ([a32da85](https://www.github.com/netlify/cli/commit/a32da856f822ae5ab6deb66316f2b43ca8a940e6)) + ### [6.12.6](https://www.github.com/netlify/cli/compare/v6.12.5...v6.12.6) (2021-10-13) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b44d978b3cf..0c6b00fda11 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.12.6", + "version": "6.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.12.6", + "version": "6.13.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4169e8caca4..e15e147f437 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.12.6", + "version": "6.13.0", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",