Skip to content

Commit

Permalink
chore(main): release 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
token-generator-app[bot] committed Dec 11, 2023
1 parent 7d500b9 commit 512edf8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [11.0.0](https://github.com/netlify/edge-bundler/compare/v10.1.3...v11.0.0) (2023-12-11)


### ⚠ BREAKING CHANGES

* provide import maps when starting the isolate, not server ([#548](https://github.com/netlify/edge-bundler/issues/548))

### Features

* provide import maps when starting the isolate, not server ([#548](https://github.com/netlify/edge-bundler/issues/548)) ([7d500b9](https://github.com/netlify/edge-bundler/commit/7d500b9433ad205929c9b21253c8f6dcfa35c67c))


### Bug Fixes

* **deps:** update dependency @vercel/nft to v0.24.4 ([#545](https://github.com/netlify/edge-bundler/issues/545)) ([c06e234](https://github.com/netlify/edge-bundler/commit/c06e23470d8e3292c0fc0983f9e5ba2c7eb65e3a))
* **deps:** update dependency esbuild to v0.19.8 ([#542](https://github.com/netlify/edge-bundler/issues/542)) ([b596235](https://github.com/netlify/edge-bundler/commit/b596235d259c8ad317343c5a472bff783fb95ae1))
* **deps:** update dependency esbuild to v0.19.9 ([#550](https://github.com/netlify/edge-bundler/issues/550)) ([e41a990](https://github.com/netlify/edge-bundler/commit/e41a990bdf659fcb16e3c3f95b8e502eb86ba6a9))

## [10.1.3](https://github.com/netlify/edge-bundler/compare/v10.1.2...v10.1.3) (2023-11-20)


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": "10.1.3",
"version": "11.0.0",
"description": "Intelligently prepare Netlify Edge Functions for deployment",
"type": "module",
"main": "./dist/node/index.js",
Expand Down

0 comments on commit 512edf8

Please sign in to comment.