From cffc6c2f8eb9dd07341900acc5092a3706f6211b Mon Sep 17 00:00:00 2001 From: Bastien DUMONT <bdumont@grandlyon.com> Date: Tue, 11 Oct 2022 11:02:29 +0200 Subject: [PATCH] chore(release): 1.12.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee1aece6a..0c34054ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.12.1](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/compare/v1.12.0...v1.12.1) (2022-10-11) + + +### Bug Fixes + +* retours review ([5fca202](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/commit/5fca202151514e3124a1b69d0f7dff01adda72ca)) + ## [1.12.0](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/compare/v1.10.2...v1.12.0) (2022-10-07) diff --git a/package.json b/package.json index e4e5194c1..cb914190d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ecolyo", - "version": "1.12.0", + "version": "1.12.1", "scripts": { "build": "yarn run build:css && yarn run build:browser", "build:browser": "cs build --browser ", -- GitLab