diff --git a/HISTORY.md b/HISTORY.md index 665e9de..6d0868a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,7 +7,18 @@ 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.3](https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge/compare/3.1.2...3.1.3) +## [3.1.4](https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge/compare/3.1.3...3.1.4) + +### Commits + +- add vscode task [`299366f`](https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge/commit/299366f130d6944ca2be2b39fdbcffbfe0517764) +- remove old calcul [`c1165e6`](https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge/commit/c1165e65040f330d0b18d45796927bebf61f184b) + +## [3.1.3](https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge/compare/3.1.2...3.1.3) - 2022-03-28 + +### Commits + +- chore: release v3.1.3 [`c963d7c`](https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge/commit/c963d7c7c19f84d777a66dd213b2b43502e457ce) ## [3.1.2](https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge/compare/3.1.1...3.1.2) - 2022-03-28 diff --git a/package.json b/package.json index ecc0b95..ebe448d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-ecoindexbadge", - "version": "3.1.3", + "version": "3.1.4", "description": "A badge displaying the (simplified) ecoindex of the page", "main": "index.js", "scripts": {