Skip to content

Commit

Permalink
chore(main): release 10.0.0 (#522)
Browse files Browse the repository at this point in the history
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
  • Loading branch information
token-generator-app[bot] authored Nov 6, 2023
1 parent 45f04a7 commit d53f0b5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [10.0.0](https://github.com/netlify/edge-bundler/compare/v9.5.0...v10.0.0) (2023-11-06)


### ⚠ BREAKING CHANGES

* `generateManifest` exported method now returns an object with a `manifest` property

### Features

* add `rootPath` for monorepo setups ([#521](https://github.com/netlify/edge-bundler/issues/521)) ([aeb76d3](https://github.com/netlify/edge-bundler/commit/aeb76d3bc4e5b07f495d90a134f30583d43c87d2))
* return declarations without function and unrouted functions ([#523](https://github.com/netlify/edge-bundler/issues/523)) ([45f04a7](https://github.com/netlify/edge-bundler/commit/45f04a772276ceb2294cf655ce8903ef0256dbb4))


### Bug Fixes

* **deps:** update dependency esbuild to v0.19.5 ([#525](https://github.com/netlify/edge-bundler/issues/525)) ([5c777cf](https://github.com/netlify/edge-bundler/commit/5c777cfc5099eb4bc4d1bb032cbddd9a15796f30))

## [9.5.0](https://github.com/netlify/edge-bundler/compare/v9.4.1...v9.5.0) (2023-10-30)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.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,6 +1,6 @@
{
"name": "@netlify/edge-bundler",
"version": "9.5.0",
"version": "10.0.0",
"description": "Intelligently prepare Netlify Edge Functions for deployment",
"type": "module",
"main": "./dist/node/index.js",
Expand Down

0 comments on commit d53f0b5

Please sign in to comment.