diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0967ef42..b6f9451b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} +{"plugin":"1.0.0"} diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md new file mode 100644 index 00000000..95a4f194 --- /dev/null +++ b/plugin/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2022-02-03) + + +### Bug Fixes + +* 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)) diff --git a/plugin/package-lock.json b/plugin/package-lock.json index f7700d5c..0b421efd 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-gatsby", - "version": "2.0.1", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-gatsby", - "version": "2.0.1", + "version": "1.0.0", "license": "MIT", "dependencies": { "@netlify/functions": "^0.11.0", diff --git a/plugin/package.json b/plugin/package.json index 0bb1bb44..bc070e6d 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-gatsby", - "version": "2.0.1", + "version": "1.0.0", "description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify", "source": "src/index.ts", "main": "lib/index.js",