Skip to content

Commit

Permalink
chore(main): release 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
token-generator-app[bot] authored Apr 13, 2023
1 parent 7215229 commit 9df9387
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [14.0.0](https://github.com/netlify/cli/compare/v13.2.2...v14.0.0) (2023-04-13)


### ⚠ BREAKING CHANGES

* Deno file system APIs in edge functions were aligned with the production environment and are now also not available anymore locally.
* drop node 14.16 and 14.17 ([#5602](https://github.com/netlify/cli/issues/5602))

### Features

* drop node 14.16 and 14.17 ([#5602](https://github.com/netlify/cli/issues/5602)) ([8bcc4c9](https://github.com/netlify/cli/commit/8bcc4c9b771d4ecdd9a7077a3791e94c8ca28cb9))
* update edge function bootstrap to latest version ([#5616](https://github.com/netlify/cli/issues/5616)) ([80b575e](https://github.com/netlify/cli/commit/80b575e58136020d8532ae8f60657e41be5227b9))


### Bug Fixes

* **deps:** update dependency @fastify/static to v6.10.0 ([#5611](https://github.com/netlify/cli/issues/5611)) ([54ecf6d](https://github.com/netlify/cli/commit/54ecf6d0cbc584b442ecdce0bd58b21f31347d6d))
* **deps:** update dependency @netlify/build to ^29.9.0 ([#5601](https://github.com/netlify/cli/issues/5601)) ([fd4d358](https://github.com/netlify/cli/commit/fd4d3587157b0dff694bb36fffc03301cc5c85d2))
* **deps:** update dependency @netlify/build to ^29.9.1 ([#5614](https://github.com/netlify/cli/issues/5614)) ([c1cb456](https://github.com/netlify/cli/commit/c1cb4563be8ed9968501e7cd6db53b630b135406))
* **deps:** update dependency @netlify/build to ^29.9.2 ([#5621](https://github.com/netlify/cli/issues/5621)) ([7215229](https://github.com/netlify/cli/commit/7215229cba7ad051fa90cb0b3cc399f90a6567ae))
* **deps:** update dependency @netlify/edge-bundler to ^8.13.1 ([#5613](https://github.com/netlify/cli/issues/5613)) ([187d3a8](https://github.com/netlify/cli/commit/187d3a80cb1b8a69774c63f81d5e4c49a27d4e19))
* **deps:** update dependency @netlify/edge-bundler to ^8.13.2 ([#5619](https://github.com/netlify/cli/issues/5619)) ([219dd3c](https://github.com/netlify/cli/commit/219dd3cc590771d3e383f91d8059c15768f26506))
* **deps:** update dependency @netlify/zip-it-and-ship-it to ^8.10.0 ([#5615](https://github.com/netlify/cli/issues/5615)) ([9775e40](https://github.com/netlify/cli/commit/9775e407a2b3fe84b54dad1f441dfd1e0ac78d23))
* **deps:** update dependency @types/node to v14.18.42 ([#5605](https://github.com/netlify/cli/issues/5605)) ([f82421c](https://github.com/netlify/cli/commit/f82421c91b04ed8d131f3350a14947228e01ac3d))
* **deps:** update dependency axios to v1.3.5 ([#5609](https://github.com/netlify/cli/issues/5609)) ([8126648](https://github.com/netlify/cli/commit/812664878d73c347a4221f3820c37d30ed8143bd))
* determine duplicate function precedence based on extension ([#5617](https://github.com/netlify/cli/issues/5617)) ([8ae1456](https://github.com/netlify/cli/commit/8ae14561c600c86f3a69657eb641ac5431419d88))
* determine duplicate function precedence based on extension ([#5623](https://github.com/netlify/cli/issues/5623)) ([169ecad](https://github.com/netlify/cli/commit/169ecadc5d15c60419f6a5a9feaf60cf58184870))
* functions:build example ([#5618](https://github.com/netlify/cli/issues/5618)) ([e91051e](https://github.com/netlify/cli/commit/e91051e8d0838c0f675b8a69a46ff45dae304b39))
* **live:** pass correct `URL` and `DEPLOY_URL` env vars to plugins ([#5607](https://github.com/netlify/cli/issues/5607)) ([160e8a0](https://github.com/netlify/cli/commit/160e8a08ee0304ac801e67e6f5b3e428994af839))
* revert 8ae14561c600c86f3a69657eb641ac5431419d88 ([#5622](https://github.com/netlify/cli/issues/5622)) ([17605fc](https://github.com/netlify/cli/commit/17605fc6071084bb2c0532913a50622ee8434707))

## [13.2.2](https://github.com/netlify/cli/compare/v13.2.1...v13.2.2) (2023-03-28)


Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify-cli",
"description": "Netlify command line tool",
"version": "13.2.2",
"version": "14.0.0",
"author": "Netlify Inc.",
"type": "module",
"engines": {
Expand Down

0 comments on commit 9df9387

Please sign in to comment.