Skip to content

Commit 23885d9

Browse files
chore: release main
1 parent ed08b0d commit 23885d9

File tree

6 files changed

+21
-6
lines changed

6 files changed

+21
-6
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"packages/build-info": "10.0.3",
3-
"packages/build": "33.1.5",
2+
"packages/build-info": "10.0.4",
3+
"packages/build": "33.2.0",
44
"packages/edge-bundler": "14.0.4",
55
"packages/cache-utils": "6.0.2",
66
"packages/config": "23.0.5",

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.

packages/build-info/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@
6464
* dependencies
6565
* @netlify/framework-info bumped from ^9.8.8 to ^9.8.9
6666

67+
## [10.0.4](https://github.com/netlify/build/compare/build-info-v10.0.3...build-info-v10.0.4) (2025-05-23)
68+
69+
70+
### Bug Fixes
71+
72+
* remove node-fetch from build-info package ([#6378](https://github.com/netlify/build/issues/6378)) ([ed08b0d](https://github.com/netlify/build/commit/ed08b0dc1a4b8e916b1c72b5eddda21bb79bbcfe))
73+
6774
## [10.0.3](https://github.com/netlify/build/compare/build-info-v10.0.2...build-info-v10.0.3) (2025-05-22)
6875

6976

packages/build-info/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build-info",
3-
"version": "10.0.3",
3+
"version": "10.0.4",
44
"description": "Build info utility",
55
"type": "module",
66
"exports": {

packages/build/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,14 @@
105105
* dependencies
106106
* @netlify/config bumped from ^20.8.0 to ^20.8.1
107107

108+
## [33.2.0](https://github.com/netlify/build/compare/build-v33.1.5...build-v33.2.0) (2025-05-23)
109+
110+
111+
### Features
112+
113+
* Enhanced secret scan no longer relies on env vars ([#6333](https://github.com/netlify/build/issues/6333)) ([86dead5](https://github.com/netlify/build/commit/86dead5ca2f78f27006bb44d22e72641b2f23940))
114+
* safelist common string in react proptypes from secret detection ([#6375](https://github.com/netlify/build/issues/6375)) ([4fd7f7c](https://github.com/netlify/build/commit/4fd7f7c3f7a0b4fcd893928a83ef083b67f3e4db))
115+
108116
## [33.1.5](https://github.com/netlify/build/compare/build-v33.1.4...build-v33.1.5) (2025-05-22)
109117

110118

packages/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build",
3-
"version": "33.1.5",
3+
"version": "33.2.0",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/index.js",

0 commit comments

Comments
 (0)