From ac14c0667d9ea3933ee4a8d4373fb28b60e513c7 Mon Sep 17 00:00:00 2001
From: "guilhem.carron" <gcarron@grandlyon.com>
Date: Thu, 13 Jan 2022 17:21:33 +0100
Subject: [PATCH] chore(release): 1.6.5

---
 CHANGELOG.md | 10 ++++++++++
 package.json |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c43298bb3..f66d72116 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
 
 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
 
+### [1.6.5](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/compare/v1.5.0...v1.6.5) (2022-01-13)
+
+### Bug Fixes
+
+- adjust height of content on desktop view ([684fbc1](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/commit/684fbc175dc3af5cf1f19c643e8b091cd1642623))
+- **assets:** ecogesture 34 has now a square image ([3a993d4](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/commit/3a993d4fe180901a2aa5687ecf189163d4f7bdf4)
+- **profileType:** display correctly the navigation in the profile type form for iphone 11 and above ([9d3d180](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/commit/9d3d1809821b7c868be5bafa5ff5802b41b1bf7c))
+- **profileType:** init correctly the date selection in profile type form ([264830c](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/commit/264830c40e90bf898dbc91784fe337b525fe5901))
+- **profileType:** issue with previous/next button in the profile type form ([cf957db](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/commit/cf957db5f3759544fe8bac45a6ebdb771d19315e))
+
 ### [1.6.4](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/compare/v1.5.0...v1.6.4) (2022-01-11)
 
 ### Bug Fixes
diff --git a/package.json b/package.json
index bca8aabab..b18b871a4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ecolyo",
-  "version": "1.6.4",
+  "version": "1.6.5",
   "scripts": {
     "tx": "tx pull --all || true",
     "lint": "yarn lint:js && yarn lint:styles",
-- 
GitLab