From f4496b1b5183c6985bd796ce3faaf3b9b3e0b3f8 Mon Sep 17 00:00:00 2001 From: Olivier Terral Date: Mon, 8 Jul 2024 12:01:12 +0200 Subject: [PATCH] chore(release): 1.11.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04a98b09..77c3b175 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.11.4](https://github.com/geops/react-spatial/compare/v1.11.3...v1.11.4) (2024-07-08) + + +### Bug Fixes + +* better management of textArray and whitespaces in kml placemark name ([a97707d](https://github.com/geops/react-spatial/commit/a97707d422bc154f36d0d4bc5fef7667ed07c2c7)) + ### [1.11.3](https://github.com/geops/react-spatial/compare/v1.11.2...v1.11.3) (2024-06-28) diff --git a/package.json b/package.json index 1dac821e..d510f697 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "react-spatial", "license": "MIT", "description": "Components to build React map apps.", - "version": "1.11.3", + "version": "1.11.4", "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5",