Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 6822a0a

Browse files
chore(main): release 11.3.0 (#574)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 7ba2769 commit 6822a0a

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [11.3.0](https://github.com/netlify/edge-bundler/compare/v11.2.2...v11.3.0) (2024-02-21)
4+
5+
6+
### Features
7+
8+
* remove feature flag for PCRE engine ([#580](https://github.com/netlify/edge-bundler/issues/580)) ([7ba2769](https://github.com/netlify/edge-bundler/commit/7ba276991fc0de4062124c333d4517fc4093c3ab))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency @vercel/nft to v0.26.3 ([#572](https://github.com/netlify/edge-bundler/issues/572)) ([e9860c5](https://github.com/netlify/edge-bundler/commit/e9860c57bdfd0aea13f76ba15b98aea8e231e4ae))
14+
* **deps:** update dependency esbuild to v0.20.0 ([#576](https://github.com/netlify/edge-bundler/issues/576)) ([0901b98](https://github.com/netlify/edge-bundler/commit/0901b98ec3b976de9014eb2dc9250e8d971157c1))
15+
* **deps:** update dependency jsonc-parser to v3.2.1 ([#573](https://github.com/netlify/edge-bundler/issues/573)) ([c76d6d8](https://github.com/netlify/edge-bundler/commit/c76d6d8e30688b2719d0040cf7a888728b2f1dea))
16+
* **deps:** update dependency semver to v7.6.0 ([#577](https://github.com/netlify/edge-bundler/issues/577)) ([dd0e231](https://github.com/netlify/edge-bundler/commit/dd0e23111e7b9577cc406f93fcd381bef6593356))
17+
318
## [11.2.2](https://github.com/netlify/edge-bundler/compare/v11.2.1...v11.2.2) (2024-01-22)
419

520

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/edge-bundler",
3-
"version": "11.2.2",
3+
"version": "11.3.0",
44
"description": "Intelligently prepare Netlify Edge Functions for deployment",
55
"type": "module",
66
"main": "./dist/node/index.js",

0 commit comments

Comments
 (0)