diff --git a/CHANGELOG.md b/CHANGELOG.md index e2affd52f90..db3ddfbb9db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,15 @@ 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.2](https://github.com/netlify/cli/compare/v2.67.1...v2.67.2) +## [v2.67.3](https://github.com/netlify/cli/compare/v2.67.2...v2.67.3) + +### Merged + +- fix(build): pass team,site, addons env variables to build command [`#1519`](https://github.com/netlify/cli/pull/1519) +- 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) + +## [v2.67.2](https://github.com/netlify/cli/compare/v2.67.1...v2.67.2) - 2020-11-02 ### Merged @@ -16,6 +24,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Use new `eslint-config-node` [`#1515`](https://github.com/netlify/cli/pull/1515) - Use new `eslint-config-node` [`#1513`](https://github.com/netlify/cli/pull/1513) +### Commits + +- chore(release): 2.67.2 [`223783b`](https://github.com/netlify/cli/commit/223783b4e7b6419affc2d7bc2aa6be9692321e17) + ## [v2.67.1](https://github.com/netlify/cli/compare/v2.67.0...v2.67.1) - 2020-11-02 ### Merged diff --git a/package-lock.json b/package-lock.json index f0869ad4176..6c448f7e67c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "2.67.2", + "version": "2.67.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4315c007292..e4ed5f20885 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "2.67.2", + "version": "2.67.3", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",