From be2dd6bc0ecb9d732cbd086f3fd72d2781e0e3dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?hrenaud=20=28NovaGa=C3=AFa=29?= Date: Wed, 16 Mar 2022 13:32:19 +0100 Subject: [PATCH] chore: release v3.1.0 --- HISTORY.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 8625273..b7faf00 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## 3.0.0 +## [3.1.0](https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge/compare/3.0.0...3.1.0) + +### Commits + +- fix reload in gatsby-browser and remove-it from gatsby-ssr [`899813a`](https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge/commit/899813ac2c265a3959e1c1b4c3a95bdecd2ff11b) + +## 3.0.0 - 2022-03-15 ### Commits @@ -21,6 +27,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - change changelog cmd and add rel='noreferrer' [`ef54ea4`](https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge/commit/ef54ea4d0fa5eea01c0a99b5630b1bd76855f375) - change to gatsby-browser and to release-it packager [`5d08a41`](https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge/commit/5d08a41ef31ef2486f89facbdf4af7b9d707af0e) - Delete gatsby-ssr.js [`2449ccc`](https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge/commit/2449ccc17594ce53850066a058b26a053d2882ce) +- chore: release v3.0.0 [`c74c5e3`](https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge/commit/c74c5e33c0b55116fc711db3644367e1d832af4b) - traduction [`6b0a7ac`](https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge/commit/6b0a7ac5186938636c258527fd7296b21fee4082) - update md [`241bd1e`](https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge/commit/241bd1edb51dce89c41051ff9c204d40a7e3be11) - fix package name [`b2947ba`](https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge/commit/b2947ba8c9ad87c6d320b1dea7dc37d919692f26) diff --git a/package.json b/package.json index f120407..b9591a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-ecoindexbadge", - "version": "3.0.0", + "version": "3.1.0", "description": "A badge displaying the (simplified) ecoindex of the page", "main": "index.js", "scripts": {