diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dbba4b..2c8254c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0](https://github.com/technologiestiftung/ihk-vis/compare/v1.5.0...v1.6.0) (2023-07-13) + + +### Features + +* split up show point modal and get point data, added loading screen that is shown before receiving the data ([f97c1ef](https://github.com/technologiestiftung/ihk-vis/commit/f97c1ef4f4731db5b16afef8ac49e252f992b56b)) + # [1.5.0](https://github.com/technologiestiftung/ihk-vis/compare/v1.4.0...v1.5.0) (2023-07-13) diff --git a/package-lock.json b/package-lock.json index 6eb3661..f1a4fa7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "app", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "app", - "version": "1.5.0", + "version": "1.6.0", "dependencies": { "@headlessui/react": "^1.7.15", "@supabase/supabase-js": "^2.26.0", diff --git a/package.json b/package.json index 8e06491..8fb9c8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "1.5.0", + "version": "1.6.0", "private": true, "scripts": { "dev": "next dev",