From e711754e498b49418fa6d4b183421fab1f8761c3 Mon Sep 17 00:00:00 2001 From: lesion Date: Tue, 16 May 2023 17:52:02 +0200 Subject: [PATCH] v1.6.13 --- CHANGELOG | 3 +++ docs/changelog.md | 3 +++ docs/index.md | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d2226939..cafb5e37 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ All notable changes to this project will be documented in this file. +### 1.6.13 - 16 may '23 + - fix feed, ics, json exports + ### 1.6.12 - 12 may '23 - Fixed a bad bug in end time calculation that would sometimes hide the event from the homepage the day it occurred - map marker is now draggable diff --git a/docs/changelog.md b/docs/changelog.md index d542b20c..50065fcc 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,9 @@ nav_order: 10 All notable changes to this project will be documented in this file. +### 1.6.13 - 16 may '23 + - fix feed, ics, json exports + ### 1.6.12 - 12 may '23 - Fixed a bad bug in end time calculation that would sometimes hide the event from the homepage the day it occurred - update locales (Basque, Galician, Italian, Spanish, Catalan) diff --git a/docs/index.md b/docs/index.md index 035a296c..d53ad463 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,7 +10,7 @@ permalink: / A shared agenda for local communities. {: .fs-6 } -Last release **[1.6.12 - 12 May 2023](/changelog#1612---12-may-23)** +Last release **[1.6.13 - 16 May 2023](/changelog#1613---16-may-23)** [Install]({% link install/install.md %}){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 } [Demo](https://demo.gancio.org){: .btn .btn-green .fs-5 .mb-4 .mb-md-0 .mr-2 } diff --git a/package.json b/package.json index a5e55d2f..67a9a3aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gancio", - "version": "1.6.12", + "version": "1.6.13", "description": "A shared agenda for local communities", "author": "lesion", "scripts": {