diff --git a/CHANGELOG.md b/CHANGELOG.md index df8ebcd9..3d01ec72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.2.0](https://github.com/SocialGouv/template/compare/v1.1.0...v1.2.0) (2022-02-10) + + +### Bug Fixes + +* name ([998ce56](https://github.com/SocialGouv/template/commit/998ce56369d2095104607f4ec3d8e9cf49489caa)) + + +### Features + +* add header + footer ([9520140](https://github.com/SocialGouv/template/commit/9520140376e84fd4b9fe2eea815b893d6299a60e)) + # [1.1.0](https://github.com/SocialGouv/template/compare/v1.0.7...v1.1.0) (2022-02-01) diff --git a/package.json b/package.json index 28495de6..c569baea 100644 --- a/package.json +++ b/package.json @@ -22,5 +22,5 @@ "eslint-config-next": "12.0.9", "typescript": "4.5.5" }, - "version": "1.1.0" + "version": "1.2.0" }