From 20a4ab0d1fe6cd7f5e8ddd260a8eb6fc6404df7e Mon Sep 17 00:00:00 2001 From: Daniel Soares Date: Tue, 15 Dec 2020 11:40:35 -0300 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=94=96=20Publish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a27e35..f388e77 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.3](https://github.com/marscollective/gatsby-themes/compare/@marscollective/gatsby-starter-link-free@0.2.1...@marscollective/gatsby-starter-link-free@0.2.3) (2020-12-15) + +**Note:** Version bump only for package @marscollective/gatsby-starter-link-free + + + + + ## [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 diff --git a/package.json b/package.json index 196c1cd..ce3f848 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@marscollective/gatsby-starter-link-free", - "version": "0.2.2", + "version": "0.2.3", "private": true, "scripts": { "build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages", @@ -10,7 +10,7 @@ "deploy": "yarn build && netlify deploy -p" }, "dependencies": { - "@marscollective/gatsby-theme-link-free": "^0.2.1", + "@marscollective/gatsby-theme-link-free": "^0.2.2", "gatsby": "2.28.2", "react": "17.0.1", "react-dom": "17.0.1"