From 9f3bf82726d2cdb68b0c95e0d7d6ab71540657c9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 16 Sep 2021 08:12:56 +0000 Subject: [PATCH] chore(release): version 3.1.0 # [3.1.0](https://github.com/SocialGouv/sample-next-app/compare/v3.0.10...v3.1.0) (2021-09-16) ### Bug Fixes * **deps:** update all non-major dependencies ([#521](https://github.com/SocialGouv/sample-next-app/issues/521)) ([0fc2b02](https://github.com/SocialGouv/sample-next-app/commit/0fc2b023cab70f4a9ae0a2cfca1f798aef2ce61d)) ### Features * use @socialgouv/actions ([#524](https://github.com/SocialGouv/sample-next-app/issues/524)) ([be58df3](https://github.com/SocialGouv/sample-next-app/commit/be58df3b67b5f0949ec18a658cd1f5b02bbe702a)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fca26754..8e18de28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.1.0](https://github.com/SocialGouv/sample-next-app/compare/v3.0.10...v3.1.0) (2021-09-16) + + +### Bug Fixes + +* **deps:** update all non-major dependencies ([#521](https://github.com/SocialGouv/sample-next-app/issues/521)) ([0fc2b02](https://github.com/SocialGouv/sample-next-app/commit/0fc2b023cab70f4a9ae0a2cfca1f798aef2ce61d)) + + +### Features + +* use @socialgouv/actions ([#524](https://github.com/SocialGouv/sample-next-app/issues/524)) ([be58df3](https://github.com/SocialGouv/sample-next-app/commit/be58df3b67b5f0949ec18a658cd1f5b02bbe702a)) + ## [3.0.10](https://github.com/SocialGouv/sample-next-app/compare/v3.0.9...v3.0.10) (2021-08-20) diff --git a/package.json b/package.json index 6e0c4427..321ee5d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sample-next-app", - "version": "3.0.10", + "version": "3.1.0", "commitlint": { "extends": [ "@commitlint/config-conventional"