diff --git a/CHANGELOG.md b/CHANGELOG.md index 780ccb6a..7ddd5903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 9b346f3e..c5632a08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/edge-bundler", - "version": "9.2.0", + "version": "9.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/edge-bundler", - "version": "9.2.0", + "version": "9.2.1", "license": "MIT", "dependencies": { "@import-maps/resolve": "^1.0.1", diff --git a/package.json b/package.json index f3745e42..f8ffa2d2 100644 --- a/package.json +++ b/package.json @@ -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",