Skip to content

Commit

Permalink
chore(main): release 4.2.0 (#203)
Browse files Browse the repository at this point in the history
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
  • Loading branch information
token-generator-app[bot] authored Nov 17, 2022
1 parent 1389373 commit 311ab7c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [4.2.0](https://github.com/netlify/edge-bundler/compare/v4.1.0...v4.2.0) (2022-11-17)


### Features

* add `layer:` prefix to ESZIP loader ([#201](https://github.com/netlify/edge-bundler/issues/201)) ([4d0e8dd](https://github.com/netlify/edge-bundler/commit/4d0e8dd31ae2c764cf12a318e8dc25ea7ccebc0b))
* add detection + nice error message for npm import errors ([#195](https://github.com/netlify/edge-bundler/issues/195)) ([1389373](https://github.com/netlify/edge-bundler/commit/138937346db460bc90788049713a8f598bc196d2))


### Bug Fixes

* update bootstrap ([#202](https://github.com/netlify/edge-bundler/issues/202)) ([a314063](https://github.com/netlify/edge-bundler/commit/a314063469f966c8237cae808f1423e82e623d6a))

## [4.1.0](https://github.com/netlify/edge-bundler/compare/v4.0.2...v4.1.0) (2022-11-16)


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

0 comments on commit 311ab7c

Please sign in to comment.