From b93576b7f382fed59cfe91db695d3e4e8bf6399c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?hrenaud=20=28NovaGai=CC=88a=29?= Date: Wed, 21 Sep 2022 15:11:16 +0200 Subject: [PATCH] chore: release v2.0.2 --- HISTORY.md | 9 ++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 0ec39c8..df4a72a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,12 +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). -## [2.0.1](https://github.com/NovaGaia/gatsby-plugin-rgpd-acceptance/compare/2.0.0...2.0.1) +## [2.0.2](https://github.com/NovaGaia/gatsby-plugin-rgpd-acceptance/compare/2.0.1...2.0.2) + +### Commits + +- docs(README.md): Add comment to RGPDBlocker section. [`bf8524c`](https://github.com/NovaGaia/gatsby-plugin-rgpd-acceptance/commit/bf8524cc95a0d93fced5cd85fb68eefbd082eaec) + +## [2.0.1](https://github.com/NovaGaia/gatsby-plugin-rgpd-acceptance/compare/2.0.0...2.0.1) - 2022-09-21 ### Commits - fix(README and Comments): Add more informations in README and more comments in code [`6314bef`](https://github.com/NovaGaia/gatsby-plugin-rgpd-acceptance/commit/6314befba9056867b329e229efd41b41fca0a444) - add history.md [`092f6e2`](https://github.com/NovaGaia/gatsby-plugin-rgpd-acceptance/commit/092f6e2fa33a29052ee5f95ba57473e8416dd850) +- chore: release v2.0.1 [`fc09c85`](https://github.com/NovaGaia/gatsby-plugin-rgpd-acceptance/commit/fc09c853b0be3c3f34ec2a836030844ea9b8a8d5) - docs(`keywords` in `package.json`): Add RGPS/GDPR tags. [`a1fee24`](https://github.com/NovaGaia/gatsby-plugin-rgpd-acceptance/commit/a1fee24f63fb92a1a4b5163c25d2dbddd4c22623) - fix(Automatic CSS): The automatic css loading wasn't activated [`778c4f7`](https://github.com/NovaGaia/gatsby-plugin-rgpd-acceptance/commit/778c4f73aa9e879163569e43b3e096082b35d43a) diff --git a/package-lock.json b/package-lock.json index ced40b5..112470f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gatsby-plugin-rgpd-acceptance", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gatsby-plugin-rgpd-acceptance", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "devDependencies": { "auto-changelog": "^2.4.0", diff --git a/package.json b/package.json index 849752d..bc7cb51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-rgpd-acceptance", - "version": "2.0.1", + "version": "2.0.2", "description": "A minimal plugin to add all tiers-scripts and accept them.", "main": "index.js", "scripts": {