diff --git a/CHANGELOG.md b/CHANGELOG.md index 313e528451e..abea3c16fbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [13.1.0](https://github.com/netlify/cli/compare/v13.0.1...v13.1.0) (2023-03-09) + + +### Features + +* remove ff project_deploy_configuration_api_use_per_function_configuration_files ([#5493](https://github.com/netlify/cli/issues/5493)) ([7c793d9](https://github.com/netlify/cli/commit/7c793d90cae5d4e6f55e58a6fe4784f4cf811bea)) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^29.6.5 ([#5539](https://github.com/netlify/cli/issues/5539)) ([682f531](https://github.com/netlify/cli/commit/682f5319b85365013212147e25147e9eaebf815f)) +* **deps:** update dependency @netlify/edge-bundler to ^8.10.0 ([#5535](https://github.com/netlify/cli/issues/5535)) ([78b8ed0](https://github.com/netlify/cli/commit/78b8ed0b20a3d069988ef71f493ad65b46f99e96)) +* **deps:** update dependency @netlify/edge-bundler to ^8.11.0 ([#5537](https://github.com/netlify/cli/issues/5537)) ([af4fe0e](https://github.com/netlify/cli/commit/af4fe0e0d56a488ff0ab8e1a13aed6a856f93a97)) +* **deps:** update dependency @types/node to v14.18.37 ([#5527](https://github.com/netlify/cli/issues/5527)) ([c96c490](https://github.com/netlify/cli/commit/c96c490cf336afed3b00d1841fdd79adc8d9602e)) +* **deps:** update dependency algoliasearch to v4.15.0 ([#5531](https://github.com/netlify/cli/issues/5531)) ([2cb229b](https://github.com/netlify/cli/commit/2cb229bc89aaeb9e2914eb1ce0f6d14bf9a16ba1)) +* **deps:** update dependency boxen to v7.0.2 ([#5528](https://github.com/netlify/cli/issues/5528)) ([2488e87](https://github.com/netlify/cli/commit/2488e87277735334247564e31bf9c22a6179a72d)) +* **deps:** update dependency fastify to v4.14.1 ([#5532](https://github.com/netlify/cli/issues/5532)) ([ab218a2](https://github.com/netlify/cli/commit/ab218a27f3c663e4049dc3b58cf59b135260dd38)) +* **deps:** update netlify packages ([#5533](https://github.com/netlify/cli/issues/5533)) ([e6cbcfc](https://github.com/netlify/cli/commit/e6cbcfc2f297aa67af793346751c8fdbb590511c)) + ## [13.0.1](https://github.com/netlify/cli/compare/v13.0.0...v13.0.1) (2023-03-03) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 019f087350e..e5d92f9caa5 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "13.0.1", + "version": "13.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "13.0.1", + "version": "13.1.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 73851350637..687fbd66f2c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "13.0.1", + "version": "13.1.0", "author": "Netlify Inc.", "type": "module", "engines": {