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

Commit 95853c5

Browse files
chore(main): release 11.4.1
1 parent ff07858 commit 95853c5

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

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

3+
## [11.4.1](https://github.com/netlify/edge-bundler/compare/v11.4.0...v11.4.1) (2024-11-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @vercel/nft to ^0.27.0 ([#597](https://github.com/netlify/edge-bundler/issues/597)) ([01d9481](https://github.com/netlify/edge-bundler/commit/01d9481f81367f6ed044e5220a7aecd4331ed7b8))
9+
* **deps:** update dependency @vercel/nft to v0.27.1 ([#599](https://github.com/netlify/edge-bundler/issues/599)) ([0fde015](https://github.com/netlify/edge-bundler/commit/0fde015caa8f67a56ac71da3393c53abd256730c))
10+
* **deps:** update dependency @vercel/nft to v0.27.2 ([#603](https://github.com/netlify/edge-bundler/issues/603)) ([91be07e](https://github.com/netlify/edge-bundler/commit/91be07ef31cbea9a4e1f4460d11e3a2d310b1de1))
11+
* **deps:** update dependency @vercel/nft to v0.27.5 ([#609](https://github.com/netlify/edge-bundler/issues/609)) ([e5566de](https://github.com/netlify/edge-bundler/commit/e5566deb1c44be95740273e1dc7a797b841c3297))
12+
* **deps:** update dependency @vercel/nft to v0.27.6 ([#611](https://github.com/netlify/edge-bundler/issues/611)) ([e1f412d](https://github.com/netlify/edge-bundler/commit/e1f412d58af3d7f1e0a5261719eb669d09f49f4d))
13+
* **deps:** update dependency ajv to v8.13.0 ([#598](https://github.com/netlify/edge-bundler/issues/598)) ([7bfd7c6](https://github.com/netlify/edge-bundler/commit/7bfd7c61da9673a987b8b03925ac008455fde210))
14+
* **deps:** update dependency ajv to v8.14.0 ([#600](https://github.com/netlify/edge-bundler/issues/600)) ([fbf63e2](https://github.com/netlify/edge-bundler/commit/fbf63e22e77dd841e34cf09e6d06f0af88235af2))
15+
* **deps:** update dependency ajv to v8.16.0 ([#605](https://github.com/netlify/edge-bundler/issues/605)) ([f1d33b7](https://github.com/netlify/edge-bundler/commit/f1d33b74ca7aeec19a7c2149316d4547a94e43fb))
16+
* **deps:** update dependency ajv to v8.17.1 ([#614](https://github.com/netlify/edge-bundler/issues/614)) ([f2b4edd](https://github.com/netlify/edge-bundler/commit/f2b4eddab1f97ee81ff5d8b6dfa0f4b02bc826d8))
17+
* **deps:** update dependency esbuild to v0.21.4 ([#601](https://github.com/netlify/edge-bundler/issues/601)) ([2dd4275](https://github.com/netlify/edge-bundler/commit/2dd427549c11b5e43cde028f7a76150fa026c62c))
18+
* **deps:** update dependency esbuild to v0.21.5 ([#604](https://github.com/netlify/edge-bundler/issues/604)) ([e439748](https://github.com/netlify/edge-bundler/commit/e439748629362b0f9d5264e82cc06e2e207b85bf))
19+
* **deps:** update dependency esbuild to v0.24.0 ([#615](https://github.com/netlify/edge-bundler/issues/615)) ([11f4bfd](https://github.com/netlify/edge-bundler/commit/11f4bfd2f7e87c55141c764e63846dc93bbe1189))
20+
* **deps:** update dependency jsonc-parser to v3.3.1 ([#617](https://github.com/netlify/edge-bundler/issues/617)) ([ff07858](https://github.com/netlify/edge-bundler/commit/ff07858ab3fd4ecc8e54aefc57a87c3d61a322f4))
21+
* **deps:** update dependency semver to v7.6.2 ([#595](https://github.com/netlify/edge-bundler/issues/595)) ([4d6ebd6](https://github.com/netlify/edge-bundler/commit/4d6ebd62d7a0dbd2a772deb48a7e03cc95ebf38c))
22+
* **deps:** update dependency semver to v7.6.3 ([#612](https://github.com/netlify/edge-bundler/issues/612)) ([c7a46d0](https://github.com/netlify/edge-bundler/commit/c7a46d036d588bd2c29008ee037e344ce6c3a7e9))
23+
324
## [11.4.0](https://github.com/netlify/edge-bundler/compare/v11.3.0...v11.4.0) (2024-03-25)
425

526

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

0 commit comments

Comments
 (0)