diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c612a4..4a27e35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.2](https://github.com/marscollective/gatsby-themes/compare/@marscollective/gatsby-starter-link-free@0.2.1...@marscollective/gatsby-starter-link-free@0.2.2) (2020-12-15) + +**Note:** Version bump only for package @marscollective/gatsby-starter-link-free + + + + + ## [0.2.1](https://github.com/marscollective/gatsby-theme-jdoe/compare/@marscollective/gatsby-starter-link-free@0.2.0...@marscollective/gatsby-starter-link-free@0.2.1) (2020-12-15) **Note:** Version bump only for package @marscollective/gatsby-starter-link-free diff --git a/package.json b/package.json index d8f235b..196c1cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@marscollective/gatsby-starter-link-free", - "version": "0.2.1", + "version": "0.2.2", "private": true, "scripts": { "build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",