Skip to content

Commit

Permalink
chore(main): release 8.14.0 (#372)
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 May 5, 2023
1 parent 585ac53 commit 934678e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [8.14.0](https://github.com/netlify/edge-bundler/compare/v8.13.2...v8.14.0) (2023-05-02)


### Features

* add npm provenance ([#373](https://github.com/netlify/edge-bundler/issues/373)) ([9d798de](https://github.com/netlify/edge-bundler/commit/9d798de1bc646e64770c98e8c1720ba13b886e15))


### Bug Fixes

* add repro for customer case ([#366](https://github.com/netlify/edge-bundler/issues/366)) ([c91593f](https://github.com/netlify/edge-bundler/commit/c91593f5e7f0831e4cfe3c69d240d6044c8869c8))
* **deps:** update dependency regexp-tree to v0.1.25 ([#370](https://github.com/netlify/edge-bundler/issues/370)) ([29f8a89](https://github.com/netlify/edge-bundler/commit/29f8a89976263138e7ed42a4f192dd476f027557))
* ensure regular expressions are properly escaped ([#378](https://github.com/netlify/edge-bundler/issues/378)) ([214c3fb](https://github.com/netlify/edge-bundler/commit/214c3fbce7f425ad866f0ef737ea92eccc993aa2))
* types ([c91593f](https://github.com/netlify/edge-bundler/commit/c91593f5e7f0831e4cfe3c69d240d6044c8869c8))

## [8.13.2](https://github.com/netlify/edge-bundler/compare/v8.13.1...v8.13.2) (2023-04-12)


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

0 comments on commit 934678e

Please sign in to comment.