diff --git a/CHANGELOG.md b/CHANGELOG.md index d3654ed..890e42d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.2.0](https://github.com/SocialGouv/landing-template/compare/v1.1.0...v1.2.0) (2021-12-03) + + +### Bug Fixes + +* onboarding home wording example ([86987ff](https://github.com/SocialGouv/landing-template/commit/86987ff592a6f3129cd91356c67ea54b61566c0e)) + + +### Features + +* update onboarding yml matching onboarding changes ([2ae27ee](https://github.com/SocialGouv/landing-template/commit/2ae27eeab6dc2f1b209612ee7fa12f3dfc0c7f91)) + # [1.1.0](https://github.com/SocialGouv/landing-template/compare/v1.0.2...v1.1.0) (2021-12-03) diff --git a/package.json b/package.json index c660925..93b1182 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tumeplay-landing", - "version": "1.1.0", + "version": "1.2.0", "main": "index.js", "license": "MIT", "private": true,