Skip to content

Commit

Permalink
chore(main): release 8.17.1 (#443)
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 Jul 27, 2023
1 parent d829e70 commit a05ddd3
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

## [8.17.1](https://github.com/netlify/edge-bundler/compare/v8.17.0...v8.17.1) (2023-07-27)


### Bug Fixes

* ensure patterns match on whole path ([#442](https://github.com/netlify/edge-bundler/issues/442)) ([a9e1e11](https://github.com/netlify/edge-bundler/commit/a9e1e117f417894c9da21115674f6550872b3d10))
* parseConfig stumbling over `globalThis.Netlify` usage in global scope ([#427](https://github.com/netlify/edge-bundler/issues/427)) ([d829e70](https://github.com/netlify/edge-bundler/commit/d829e70e9c8220ee4d3013f6ee631a204bccb341))

## [8.17.0](https://github.com/netlify/edge-bundler/compare/v8.16.4...v8.17.0) (2023-07-26)


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

0 comments on commit a05ddd3

Please sign in to comment.