Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 739a2fb

Browse files
chore(main): release 9.0.0 (#478)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent ec33cd7 commit 739a2fb

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [9.0.0](https://github.com/netlify/edge-bundler/compare/v8.20.0...v9.0.0) (2023-09-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* support npm modules when serving ([#475](https://github.com/netlify/edge-bundler/issues/475))
9+
10+
### Features
11+
12+
* remove support for `npm:` prefix ([#472](https://github.com/netlify/edge-bundler/issues/472)) ([87478f0](https://github.com/netlify/edge-bundler/commit/87478f0300577b97da14c05a09e6b02d64c350a3))
13+
* support npm modules when serving ([#475](https://github.com/netlify/edge-bundler/issues/475)) ([ec33cd7](https://github.com/netlify/edge-bundler/commit/ec33cd70b1c2b1fa29dcf183e6fa7ebf1825f685))
14+
315
## [8.20.0](https://github.com/netlify/edge-bundler/compare/v8.19.1...v8.20.0) (2023-09-07)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/edge-bundler",
3-
"version": "8.20.0",
3+
"version": "9.0.0",
44
"description": "Intelligently prepare Netlify Edge Functions for deployment",
55
"type": "module",
66
"main": "./dist/node/index.js",

0 commit comments

Comments
 (0)