diff --git a/CHANGELOG.md b/CHANGELOG.md index 85972afcd65..fee28ab42e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [5.1.0](https://www.github.com/netlify/cli/compare/v5.0.1...v5.1.0) (2021-07-21) + + +### Features + +* add support for internal functions directory ([#2954](https://www.github.com/netlify/cli/issues/2954)) ([9e95bae](https://www.github.com/netlify/cli/commit/9e95bae3d4950644610d04f87451beb2b5e8175d)) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^16.1.0 ([#2975](https://www.github.com/netlify/cli/issues/2975)) ([c383300](https://www.github.com/netlify/cli/commit/c3833006b65b2f39ae375e3e83e791f839584f9b)) + ### [5.0.1](https://www.github.com/netlify/cli/compare/v5.0.0...v5.0.1) (2021-07-21) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 161243cb4cd..651cb322103 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "5.0.1", + "version": "5.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "5.0.1", + "version": "5.1.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c38dc2b3cbc..546b28eb807 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "5.0.1", + "version": "5.1.0", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",