From 3fc980fe5a5b80539dced971648af083b550c58d Mon Sep 17 00:00:00 2001 From: Patrick Browne Date: Tue, 20 Sep 2022 14:35:36 +0200 Subject: [PATCH] v3.9.2 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94bbbc579..6a548ab4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,10 @@ You can also check the [release page](https://github.com/visualize-admin/visuali Nothing yet. -## [3.9.1] - 2022-09-20 +## [3.9.2] - 2022-09-20 - Map: fix a layer offset problem on Windows Edge. +- Search: Cubes without description were not returned ## [3.9.0] - 2022-09-19 diff --git a/package.json b/package.json index 4d6597b81..f11f2ab7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@visualize-admin/visualization-tool", - "version": "3.9.1", + "version": "3.9.2", "repository": { "type": "git", "url": "https://github.com/visualize-admin/visualization-tool.git"