Skip to content

Commit

Permalink
chore(main): release plugin-gatsby 3.3.0 (#437)
Browse files Browse the repository at this point in the history
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
  • Loading branch information
token-generator-app[bot] authored Jul 13, 2022
1 parent 9c0e8ba commit 2fc7ebd
Show file tree
Hide file tree
Showing 4 changed files with 10 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,3 +1,3 @@
{
"plugin": "3.2.5"
"plugin": "3.3.0"
}
7 changes: 7 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.3.0](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.2.5...plugin-gatsby-v3.3.0) (2022-07-13)


### Features

* do not pre-warm lambdas if DEPLOY_PRIME_URL is not set ([#435](https://github.com/netlify/netlify-plugin-gatsby/issues/435)) ([9c0e8ba](https://github.com/netlify/netlify-plugin-gatsby/commit/9c0e8ba38cc2e3666a880f5ae384c68ae17bd275))

## [3.2.5](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.2.4...plugin-gatsby-v3.2.5) (2022-07-11)


Expand Down
2 changes: 1 addition & 1 deletion plugin/package-lock.json

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

2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/plugin-gatsby",
"version": "3.2.5",
"version": "3.3.0",
"description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify",
"source": "src/index.ts",
"main": "lib/index.js",
Expand Down

0 comments on commit 2fc7ebd

Please sign in to comment.