Skip to content

Commit

Permalink
chore(main): release 8.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
token-generator-app[bot] authored Sep 7, 2023
1 parent 3f4975e commit 2d3a240
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [8.20.0](https://github.com/netlify/edge-bundler/compare/v8.19.1...v8.20.0) (2023-09-07)


### Features

* add support for npm modules ([#454](https://github.com/netlify/edge-bundler/issues/454)) ([3d8b3f3](https://github.com/netlify/edge-bundler/commit/3d8b3f342e9f075bbb17fe7fb80602ed377d1a46))


### Bug Fixes

* support import maps in npm module resolution ([#471](https://github.com/netlify/edge-bundler/issues/471)) ([3f4975e](https://github.com/netlify/edge-bundler/commit/3f4975e465a098e1699ab5e35f13524f9bbbd1c2))

## [8.19.1](https://github.com/netlify/edge-bundler/compare/v8.19.0...v8.19.1) (2023-09-06)


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

0 comments on commit 2d3a240

Please sign in to comment.