Skip to content

Commit

Permalink
chore(main): release 9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
token-generator-app[bot] committed Oct 11, 2023
1 parent 6a3685e commit c083583
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [9.2.1](https://github.com/netlify/edge-bundler/compare/v9.2.0...v9.2.1) (2023-10-11)


### Bug Fixes

* mute esbuild while parsing for NPM modules ([#497](https://github.com/netlify/edge-bundler/issues/497)) ([6a3685e](https://github.com/netlify/edge-bundler/commit/6a3685e6d5d32690af0c4e0a0733c19287dbeaa6))
* NPM parsing shouldn't try loading Deno URL imports ([#496](https://github.com/netlify/edge-bundler/issues/496)) ([8278713](https://github.com/netlify/edge-bundler/commit/8278713bf6913650586a5dece0746be83315523e))

## [9.2.0](https://github.com/netlify/edge-bundler/compare/v9.1.0...v9.2.0) (2023-10-09)


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

0 comments on commit c083583

Please sign in to comment.