Skip to content

Commit

Permalink
Merge pull request #48 from MartinP460/48-correct-readme-demo-url
Browse files Browse the repository at this point in the history
Correct README.md with correct URL for demo
  • Loading branch information
MartinP460 authored Mar 7, 2024
2 parents c8b6366 + 4198359 commit 8778952
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Customizable plug-and-play map of Denmark for visual presentation 🗺️
<br />
<br/>
✨ <a href="https://react-denmark-map-demo.vercel.app/">Demo</a> ✨
✨ <a href="https://react-denmark-map.vercel.app/demo">Demo</a> ✨
</p>
</p>

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8778952

Please sign in to comment.