From 032509800fa870a2696ad005dd5c7ff5243a24ba Mon Sep 17 00:00:00 2001
From: Bastien DUMONT <bdumont@grandlyon.com>
Date: Mon, 24 Oct 2022 14:29:30 +0200
Subject: [PATCH] chore(release): 2.0.0

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c34054ba..764b8b315 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
 
 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.
 
+## [2.0.0](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/compare/v1.12.1...v2.0.0) (2022-10-24)
+
 ### [1.12.1](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/compare/v1.12.0...v1.12.1) (2022-10-11)
 
 
diff --git a/package.json b/package.json
index cb914190d..7023dc959 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ecolyo",
-  "version": "1.12.1",
+  "version": "2.0.0",
   "scripts": {
     "build": "yarn run build:css && yarn run build:browser",
     "build:browser": "cs build --browser ",
-- 
GitLab