Skip to content

Commit

Permalink
chore: release main (#4735)
Browse files Browse the repository at this point in the history
* chore: release main

* chore: update lockfile

Co-authored-by: Lukas Holzer <lukas.holzer@netlify.com>
  • Loading branch information
netlify-jenkins and lukasholzer committed Dec 5, 2022
1 parent 4dd7198 commit 95343e7
Show file tree
Hide file tree
Showing 4 changed files with 171 additions and 3 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": "6.0.6",
"packages/build": "28.4.5",
"packages/build": "29.0.0",
"packages/cache-utils": "5.0.2",
"packages/config": "20.0.2",
"packages/functions-utils": "5.0.5",
Expand Down
154 changes: 153 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,22 @@
* dependencies
* @netlify/config bumped from ^20.0.1 to ^20.0.2

## [29.0.0](https://github.com/netlify/build/compare/build-v28.4.5...build-v29.0.0) (2022-12-05)


### ⚠ BREAKING CHANGES

* drop node 12 support for plugin execution ([#4741](https://github.com/netlify/build/issues/4741))

### Features

* drop node 12 support for plugin execution ([#4741](https://github.com/netlify/build/issues/4741)) ([c8d5a5e](https://github.com/netlify/build/commit/c8d5a5efd70585b631062c61ea9951a8358b59a4))


### Bug Fixes

* **deps:** update dependency @netlify/plugins-list to ^6.58.0 ([#4734](https://github.com/netlify/build/issues/4734)) ([7d9db09](https://github.com/netlify/build/commit/7d9db098ee4982668fb9f663e019b5037166b016))

## [28.4.5](https://github.com/netlify/build/compare/build-v28.4.4...build-v28.4.5) (2022-11-30)


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": "28.4.5",
"version": "29.0.0",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/core/main.js",
Expand Down

0 comments on commit 95343e7

Please sign in to comment.