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

Commit 31ad5cd

Browse files
chore(main): release 11.2.1 (#567)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 1057a31 commit 31ad5cd

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [11.2.1](https://github.com/netlify/edge-bundler/compare/v11.2.0...v11.2.1) (2024-01-19)
4+
5+
6+
### Bug Fixes
7+
8+
* enclose regexp when using PCRE ([#566](https://github.com/netlify/edge-bundler/issues/566)) ([1057a31](https://github.com/netlify/edge-bundler/commit/1057a318ab8616c5968d1696502b7be5bf4dfdde))
9+
310
## [11.2.0](https://github.com/netlify/edge-bundler/compare/v11.1.0...v11.2.0) (2024-01-16)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)