Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
netlify-circleci committed Nov 28, 2023
1 parent ca3d3a6 commit 4b5c64c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/build-info": "7.11.1",
"packages/build": "29.28.2",
"packages/build": "29.29.0",
"packages/cache-utils": "5.1.5",
"packages/config": "20.10.0",
"packages/framework-info": "9.8.10",
Expand Down
13 changes: 13 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,19 @@
* dependencies
* @netlify/config bumped from ^20.8.0 to ^20.8.1

## [29.29.0](https://github.com/netlify/build/compare/build-v29.28.2...build-v29.29.0) (2023-11-28)


### Features

* **build:** Add step to upload blobs from file based output ([#5404](https://github.com/netlify/build/issues/5404)) ([4a7c7c3](https://github.com/netlify/build/commit/4a7c7c30dc42b46f677c76bd941d51d2eff93417))


### Bug Fixes

* **build:** cleanup buildbot client and add further error segmentation ([#5414](https://github.com/netlify/build/issues/5414)) ([ca3d3a6](https://github.com/netlify/build/commit/ca3d3a6ec9e4cc212951329070d821a981bb26a4))
* **deps:** update dependency @netlify/blobs to ^6.3.1 ([#5415](https://github.com/netlify/build/issues/5415)) ([095d608](https://github.com/netlify/build/commit/095d608b3266a537e4b2c9522a1958fcf3223309))

## [29.28.2](https://github.com/netlify/build/compare/build-v29.28.1...build-v29.28.2) (2023-11-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/build",
"version": "29.28.2",
"version": "29.29.0",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down

0 comments on commit 4b5c64c

Please sign in to comment.