From b1997b0ccb25b7042e93558a800ef42148defa30 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 20 Sep 2021 10:51:30 +0000 Subject: [PATCH] chore(release): version 3.1.8 ## [3.1.8](https://github.com/SocialGouv/sample-next-app/compare/v3.1.7...v3.1.8) (2021-09-20) ### Bug Fixes * test ([0efbff5](https://github.com/SocialGouv/sample-next-app/commit/0efbff5c08382726f559eecbd31148f9e5eeb5aa)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fce213f7..4a28af93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.8](https://github.com/SocialGouv/sample-next-app/compare/v3.1.7...v3.1.8) (2021-09-20) + + +### Bug Fixes + +* test ([0efbff5](https://github.com/SocialGouv/sample-next-app/commit/0efbff5c08382726f559eecbd31148f9e5eeb5aa)) + ## [3.1.7](https://github.com/SocialGouv/sample-next-app/compare/v3.1.6...v3.1.7) (2021-09-20) diff --git a/package.json b/package.json index a0c6e145..7d248a2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sample-next-app", - "version": "3.1.7", + "version": "3.1.8", "commitlint": { "extends": [ "@commitlint/config-conventional"