diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b67574..43c8f59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.1](https://github.com/angeloashmore/gatsby-node-helpers/compare/v1.0.0...v1.0.1) (2020-12-29) + ## [1.0.0](https://github.com/angeloashmore/gatsby-node-helpers/compare/v0.3.0...v1.0.0) (2020-12-29) diff --git a/package.json b/package.json index 3b82c20..e9e6cee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-node-helpers", - "version": "1.0.0", + "version": "1.0.1", "description": "Gatsby node helper functions to aid node creation.", "source": "./src/index.ts", "main": "./dist/gatsby-node-helpers.js",