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

Commit 708a901

Browse files
chore(main): release 9.5.0 (#518)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent aa416ae commit 708a901

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

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

3+
## [9.5.0](https://github.com/netlify/edge-bundler/compare/v9.4.1...v9.5.0) (2023-10-30)
4+
5+
6+
### Features
7+
8+
* add support for JSON imports ([#513](https://github.com/netlify/edge-bundler/issues/513)) ([d391d20](https://github.com/netlify/edge-bundler/commit/d391d20405373c0917f3bf839f8bbea386f8271b))
9+
10+
11+
### Bug Fixes
12+
13+
* don't delete dist directory in between builds on local dev ([#512](https://github.com/netlify/edge-bundler/issues/512)) ([aa416ae](https://github.com/netlify/edge-bundler/commit/aa416aebec77086ba4d5bb530954ea24d930c29c))
14+
* prefer ESM if available ([#517](https://github.com/netlify/edge-bundler/issues/517)) ([906ff87](https://github.com/netlify/edge-bundler/commit/906ff87559f90fee9f7290f47e3b4d3f2e424dd7))
15+
* remove npm_modules and fail_unsupported_regex flags ([#514](https://github.com/netlify/edge-bundler/issues/514)) ([be1d7cc](https://github.com/netlify/edge-bundler/commit/be1d7cc74b5e76b282acccbffd4b8d74e830224d))
16+
317
## [9.4.1](https://github.com/netlify/edge-bundler/compare/v9.4.0...v9.4.1) (2023-10-24)
418

519

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": "9.4.1",
3+
"version": "9.5.0",
44
"description": "Intelligently prepare Netlify Edge Functions for deployment",
55
"type": "module",
66
"main": "./dist/node/index.js",

0 commit comments

Comments
 (0)