diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f6d8779f..d91a08be4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.7.1](https://github.com/SocialGouv/domifa/compare/v2.7.0...v2.7.1) (2021-07-05) + + +### Bug Fixes + +* Change renovate config. ([7024ea7](https://github.com/SocialGouv/domifa/commit/7024ea73d0868b762ba2c16d437d69b78f5112c2)) + # [2.7.0](https://github.com/SocialGouv/domifa/compare/v2.6.11...v2.7.0) (2021-07-05) diff --git a/package.json b/package.json index a374751142..33c3e7a296 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.7.0", + "version": "2.7.1", "scripts": { "build": "lerna run build --stream", "dev": "lerna run dev --parallel --stream",