From c704e22269a806b99adef9633fb1e473b5bbc8f4 Mon Sep 17 00:00:00 2001 From: erezrokah Date: Wed, 4 Nov 2020 18:04:51 +0100 Subject: [PATCH] chore(release): 2.67.4 --- CHANGELOG.md | 13 ++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db3ddfbb9db..dcf952c6e43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +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). -## [v2.67.3](https://github.com/netlify/cli/compare/v2.67.2...v2.67.3) +## [v2.67.4](https://github.com/netlify/cli/compare/v2.67.3...v2.67.4) + +### Merged + +- refactor: use `zip-it-and-ship-it` to list Functions [`#1478`](https://github.com/netlify/cli/pull/1478) +- chore: refactor functions invoke [`#1523`](https://github.com/netlify/cli/pull/1523) + +## [v2.67.3](https://github.com/netlify/cli/compare/v2.67.2...v2.67.3) - 2020-11-04 ### Merged @@ -15,6 +22,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore(deps): pin @oclif dependencies to avoid using fs-extra v9 [`#1520`](https://github.com/netlify/cli/pull/1520) - chore(linting): Add `promise/always-return` ESLint rule [`#1494`](https://github.com/netlify/cli/pull/1494) +### Commits + +- chore(release): 2.67.3 [`448a974`](https://github.com/netlify/cli/commit/448a974b6a777b51239425e2a3e5437a7b140963) + ## [v2.67.2](https://github.com/netlify/cli/compare/v2.67.1...v2.67.2) - 2020-11-02 ### Merged diff --git a/package-lock.json b/package-lock.json index 6c448f7e67c..9e6d9151019 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "2.67.3", + "version": "2.67.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e4ed5f20885..b6dc4dbf5a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "2.67.3", + "version": "2.67.4", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",