diff --git a/CHANGELOG.md b/CHANGELOG.md index a653a98ab91..39b07def6cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ 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.8.0](https://github.com/netlify/cli/compare/v15.7.0...v15.8.0) (2023-06-30) + + +### Features + +* support setting `is_secret` on environment variables ([#5824](https://github.com/netlify/cli/issues/5824)) ([77d4575](https://github.com/netlify/cli/commit/77d4575a870f8958f7a37a300017ea09f12d105e)) + + +### Bug Fixes + +* **deps:** update netlify packages ([#5826](https://github.com/netlify/cli/issues/5826)) ([cd7abe6](https://github.com/netlify/cli/commit/cd7abe68b501ac23fd614e4e68a60ea5478b0cd3)) +* support typescript in V2 API ([#5829](https://github.com/netlify/cli/issues/5829)) ([7d784cc](https://github.com/netlify/cli/commit/7d784ccaf7baaf6193d621491ee67bbb5bccd224)) +* update bootstrap URL ([#5831](https://github.com/netlify/cli/issues/5831)) ([1238845](https://github.com/netlify/cli/commit/1238845d542e9d482b04529d9835d24e1b081639)) + ## [15.7.0](https://github.com/netlify/cli/compare/v15.6.0...v15.7.0) (2023-06-27) diff --git a/package-lock.json b/package-lock.json index 147cc9252f4..92c40fc07ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "15.7.0", + "version": "15.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "15.7.0", + "version": "15.8.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 45e31e9d884..94fdbecf8c8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "15.7.0", + "version": "15.8.0", "author": "Netlify Inc.", "type": "module", "engines": {