diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b837ea..3a50be8 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.1] - 2024-03-07 + +### Changed + +- Changed the URL in the documentation to refer to the new URL of the demo website. + ## [2.0.0] - 2024-03-07 ### Added diff --git a/README.md b/README.md index 2b57fcb..1901400 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Customizable plug-and-play map of Denmark for visual presentation 🗺️

- ✨ Demo ✨ + ✨ Demo

diff --git a/package-lock.json b/package-lock.json index df8106d..d91a7e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21523,7 +21523,7 @@ }, "packages/core": { "name": "react-denmark-map", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "react-zoom-pan-pinch": "^3.4.3" diff --git a/packages/core/package.json b/packages/core/package.json index 487b4c5..888b7ec 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "react-denmark-map", - "version": "2.0.0", + "version": "2.0.1", "description": "Customizable plug-and-play map of Denmark for visual presentation.", "scripts": { "build": "rollup -c --bundleConfigAsCjs",