Skip to content

Commit f7038fd

Browse files
committed
chore(main): release plugin-gatsby 1.0.0
1 parent c6ea2e2 commit f7038fd

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{}
1+
{"plugin":"1.0.0"}

plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2022-02-03)
4+
5+
6+
### Bug Fixes
7+
8+
* ensure lmdb correct binaries are available for lambdas ([#253](https://github.com/netlify/netlify-plugin-gatsby/issues/253)) ([c6ea2e2](https://github.com/netlify/netlify-plugin-gatsby/commit/c6ea2e2b6938a06776904f433f4e0a15f0dd826b))

plugin/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.

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-gatsby",
3-
"version": "2.0.1",
3+
"version": "1.0.0",
44
"description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify",
55
"source": "src/index.ts",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)