diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a50be8..70ea0f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.2] - 2024-03-11 + +### Fixed + +- Fixed a bug that made the underlying SVG not render in some environments (On Safari and some iOS devices). + ## [2.0.1] - 2024-03-07 ### Changed diff --git a/package-lock.json b/package-lock.json index d91a7e0..b3fb851 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21523,7 +21523,7 @@ }, "packages/core": { "name": "react-denmark-map", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "dependencies": { "react-zoom-pan-pinch": "^3.4.3" diff --git a/packages/core/package.json b/packages/core/package.json index 888b7ec..7f5c618 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "react-denmark-map", - "version": "2.0.1", + "version": "2.0.2", "description": "Customizable plug-and-play map of Denmark for visual presentation.", "scripts": { "build": "rollup -c --bundleConfigAsCjs",