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

Commit 623ade1

Browse files
chore(main): release 11.4.0
1 parent e74aeaa commit 623ade1

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

Diff for: CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [11.4.0](https://github.com/netlify/edge-bundler/compare/v11.3.0...v11.4.0) (2024-03-25)
4+
5+
6+
### Features
7+
8+
* ratelimit config from source ([#583](https://github.com/netlify/edge-bundler/issues/583)) ([4f3a3d4](https://github.com/netlify/edge-bundler/commit/4f3a3d4ce51ef3422fa2bd04fe3172111b34ff42))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency @vercel/nft to v0.26.4 ([#584](https://github.com/netlify/edge-bundler/issues/584)) ([3b9e578](https://github.com/netlify/edge-bundler/commit/3b9e578d0b875d5dcd8040e0a1c4758e5d037501))
14+
* **deps:** update dependency esbuild to v0.20.1 ([#586](https://github.com/netlify/edge-bundler/issues/586)) ([50edb15](https://github.com/netlify/edge-bundler/commit/50edb15a89aabbe1746897af57a68041f08b0e19))
15+
* **deps:** update dependency esbuild to v0.20.2 ([#588](https://github.com/netlify/edge-bundler/issues/588)) ([9088602](https://github.com/netlify/edge-bundler/commit/90886029bd187562f59bb84aa37282593c1f4f47))
16+
317
## [11.3.0](https://github.com/netlify/edge-bundler/compare/v11.2.2...v11.3.0) (2024-02-21)
418

519

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.3.0",
3+
"version": "11.4.0",
44
"description": "Intelligently prepare Netlify Edge Functions for deployment",
55
"type": "module",
66
"main": "./dist/node/index.js",

0 commit comments

Comments
 (0)