Skip to content

Commit

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

* chore: update lockfile

---------

Co-authored-by: netlify-jenkins <[email protected]>
  • Loading branch information
netlify-circleci and netlify-jenkins authored Oct 9, 2023
1 parent a9bffe2 commit 9c540c9
Show file tree
Hide file tree
Showing 4 changed files with 15 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": "7.9.0",
"packages/build": "29.21.2",
"packages/build": "29.22.0",
"packages/cache-utils": "5.1.5",
"packages/config": "20.9.0",
"packages/framework-info": "9.8.10",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

12 changes: 12 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,18 @@
* dependencies
* @netlify/config bumped from ^20.8.0 to ^20.8.1

## [29.22.0](https://github.com/netlify/build/compare/build-v29.21.2...build-v29.22.0) (2023-10-09)


### Features

* add netlifyConfig to dynamic plugin metadata ([#5312](https://github.com/netlify/build/issues/5312)) ([a9bffe2](https://github.com/netlify/build/commit/a9bffe24d5a0a8db01938b2a4c397afd35beaa24))


### Bug Fixes

* stop using snapshot for checking invalid package json ([#5313](https://github.com/netlify/build/issues/5313)) ([0d7eaf0](https://github.com/netlify/build/commit/0d7eaf02a628a41ece9b87ded2f597f15704542f))

## [29.21.2](https://github.com/netlify/build/compare/build-v29.21.1...build-v29.21.2) (2023-10-02)


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.21.2",
"version": "29.22.0",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down

0 comments on commit 9c540c9

Please sign in to comment.