From 3068c5b5fe91a2e27abc140c523491ed1e651c22 Mon Sep 17 00:00:00 2001 From: lesion Date: Fri, 14 Apr 2023 11:44:41 +0200 Subject: [PATCH] v.1.6.10 --- CHANGELOG | 2 +- docs/changelog.md | 3 ++- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4f4c97d5..97c4b3fd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ All notable changes to this project will be documented in this file. -### 1.6.9 - 13 apr '23 +### 1.6.10 - 14 apr '23 - add support to online events (thanks @sedum) #26 - show past events in tag and place pages #259 - fix import from URL for guest, #256 diff --git a/docs/changelog.md b/docs/changelog.md index 490b449b..c1d9453b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,11 +8,12 @@ nav_order: 10 All notable changes to this project will be documented in this file. -### 1.6.9 - 13 apr '23 +### 1.6.10 - 14 apr '23 - add support to online events (thanks @sedum) #26 - show past events in tag and place pages #259 - fix import from URL for guest, #256 - fix ics export timezone, #258 + - fix autocomplete address when geocoding, #216 ### 1.6.8 - 30 mar '23 - use new $time in admins table, fix #252 diff --git a/package.json b/package.json index b10d5e6f..24f3d509 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gancio", - "version": "1.6.9", + "version": "1.6.10", "description": "A shared agenda for local communities", "author": "lesion", "scripts": {