From 9fa4d7c7a14daabff9f5fef2c6d41cc00870ec9d Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Thu, 31 Oct 2019 06:52:21 +0100 Subject: [PATCH] chore: release 0.6.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 631d7b8..082e7f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.6.1](https://github.com/lachouettecoop/participation/compare/0.6.0...0.6.1) (2019-10-31) + + +### Bug Fixes + +* correction de l'application suite à changement de nom de colonne dans le fichier de suivi ([115a74b](https://github.com/lachouettecoop/participation/commit/115a74b)) + + + # [0.6.0](https://github.com/lachouettecoop/participation/compare/0.5.2...0.6.0) (2019-09-04) diff --git a/package.json b/package.json index 6b18c61..a39cba9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "chouette-participation", "private": true, "description": "", - "version": "0.6.0", + "version": "0.6.1", "author": "", "dependencies": { "@mdx-js/mdx": "^0.20.2",