Skip to content

Commit

Permalink
chore: release v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenaud (NovaGaïa) committed Sep 22, 2022
1 parent 10bf342 commit db82da4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
9 changes: 8 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,17 @@ 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.1.3](https://github.com/NovaGaia/gatsby-plugin-rgpd-acceptance/compare/2.1.2...2.1.3)
## [2.1.4](https://github.com/NovaGaia/gatsby-plugin-rgpd-acceptance/compare/2.1.3...2.1.4)

### Commits

- build(package.json): Fix configuration [`10bf342`](https://github.com/NovaGaia/gatsby-plugin-rgpd-acceptance/commit/10bf3425373176f316cab0dbb8111acb0363d0fe)

## [2.1.3](https://github.com/NovaGaia/gatsby-plugin-rgpd-acceptance/compare/2.1.2...2.1.3) - 2022-09-22

### Commits

- chore: release v2.1.3 [`4c38ed9`](https://github.com/NovaGaia/gatsby-plugin-rgpd-acceptance/commit/4c38ed97ecdcb635421b35c6b14ef74933360462)
- build(package.json): Fix configuration [`848be3f`](https://github.com/NovaGaia/gatsby-plugin-rgpd-acceptance/commit/848be3fd57433b5de0331264cd726fec8ff90f06)

## [2.1.2](https://github.com/NovaGaia/gatsby-plugin-rgpd-acceptance/compare/2.1.1...2.1.2) - 2022-09-22
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "gatsby-plugin-rgpd-acceptance",
"version": "2.1.3",
"version": "2.1.4",
"description": "A minimal plugin to add all tiers-scripts and accept them.",
"main": "rgpd-acceptance.js",
"module": "rgpd-acceptance.js",
"files": [
"components","utils","styles","gatsby-browser.js","gatsby-node.js","gatsby-ssr.js"
"components",
"utils",
"styles",
"gatsby-browser.js",
"gatsby-node.js",
"gatsby-ssr.js"
],
"scripts": {
"build": "npm run prepare-css && babel src --out-dir . --ignore \"**/__tests__\"",
Expand Down

0 comments on commit db82da4

Please sign in to comment.