diff --git a/CHANGELOG.md b/CHANGELOG.md index 4021ed34d66..4e9119c6d0d 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). +## [15.11.0](https://github.com/netlify/cli/compare/v15.10.0...v15.11.0) (2023-08-07) + + +### Features + +* error when V2 functions are used with Node <18 ([#5922](https://github.com/netlify/cli/issues/5922)) ([9990e85](https://github.com/netlify/cli/commit/9990e852592e78e4b8d9b4d88ec22d19f3264a20)) + ## [15.10.0](https://github.com/netlify/cli/compare/v15.9.1...v15.10.0) (2023-07-31) diff --git a/package-lock.json b/package-lock.json index 533ab9df20a..20bd1c7b50e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "15.10.0", + "version": "15.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "15.10.0", + "version": "15.11.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 541cbb94c99..e5e2b7bc0f2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "15.10.0", + "version": "15.11.0", "author": "Netlify Inc.", "type": "module", "engines": {