From 59e205a0bfd6716c21c892fb6cb973a42aab61db Mon Sep 17 00:00:00 2001 From: Norman Fomferra Date: Wed, 10 Apr 2024 13:05:25 +0200 Subject: [PATCH] upd changes --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 320a40e9..2221fcae 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +## Changes in version 1.2.0 (in development) + +* Changed the development environment for the `xcube-viewer` project + from [create-react-app](https://create-react-app.dev/) and `yarn` + to [vite](https://vitejs.dev/) and `npm`. (#296) + + ## Changes in version 1.1.1 ### Fixes