From abf59421ebc602b2f7c5dfd59dea72562f9af63f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?hrenaud=20=28NovaGa=C3=AFa=29?= Date: Mon, 28 Mar 2022 13:27:48 +0200 Subject: [PATCH] chore: release v3.1.2 --- HISTORY.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 4adf1b4..14d1e9b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,11 +7,19 @@ 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.1.1](https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge/compare/3.1.0...3.1.1) +## [3.1.2](https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge/compare/3.1.1...3.1.2) + +### Commits + +- Add preconnect [`cf23f00`](https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge/commit/cf23f00ff69ef139680c16be8d787fc667775f2a) +- catch error of ecoindex undefined [`e2f8734`](https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge/commit/e2f8734eb584e5c81c86f6f4a99fc79448024fd6) + +## [3.1.1](https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge/compare/3.1.0...3.1.1) - 2022-03-28 ### Commits - fix ecoindex undefined [`bd7b8e6`](https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge/commit/bd7b8e6becf366c178596ff7bcef17503ce86b25) +- chore: release v3.1.1 [`fe3e50c`](https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge/commit/fe3e50ce36bcbeb71a10cb44d5828226b4d093f9) - add comment to gatsby-browser.js [`6bc86e4`](https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge/commit/6bc86e4975636f19a7808e8a150bb6ca81548ecf) - update HISTORY.md w/ release-it [`a72d82a`](https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge/commit/a72d82a0ed74fbed4a69024dfdbf9b761fdd4872) diff --git a/package.json b/package.json index f1b2c37..a311ac1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-ecoindexbadge", - "version": "3.1.1", + "version": "3.1.2", "description": "A badge displaying the (simplified) ecoindex of the page", "main": "index.js", "scripts": {