From af2a5b05d626231c4a98e9370fad73749a1e40b7 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Mon, 14 Nov 2022 12:56:44 +0000 Subject: [PATCH] chore(release): version 3.1.2 ## [3.1.2](https://github.com/SocialGouv/react-departements/compare/v3.1.1...v3.1.2) (2022-11-14) ### Bug Fixes * dummy ([5fe138d](https://github.com/SocialGouv/react-departements/commit/5fe138d585039f34df8d21456dc79b76c0169a61)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 138e151..67477c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.2](https://github.com/SocialGouv/react-departements/compare/v3.1.1...v3.1.2) (2022-11-14) + + +### Bug Fixes + +* dummy ([5fe138d](https://github.com/SocialGouv/react-departements/commit/5fe138d585039f34df8d21456dc79b76c0169a61)) + ## [3.1.1](https://github.com/SocialGouv/react-departements/compare/v3.1.0...v3.1.1) (2021-09-22) diff --git a/package.json b/package.json index be6a48b..51fbf7e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@socialgouv/react-departements", "description": "Une carte de France où certains departements peuvent être colorés.", "homepage": "https://github.com/SocialGouv/react-departements#readme", - "version": "3.1.1", + "version": "3.1.2", "main": "cjs/index.js", "module": "esm/index.js", "browser": "dist/index.js",