Release 2.1.1

This commit is contained in:
Andreani Jean
2023-09-06 09:47:22 +02:00
parent 692408de0f
commit f2334cfcea
2 changed files with 4 additions and 1 deletions

View File

@@ -9,6 +9,8 @@ Before _0.1.0_, website development was on rolling release, meaning there are no
## [Unreleased]
## [2.1.1] - 2023-09-06
### Changed
- GeoVisio web viewer upgraded to 2.1.4, [with alls its changes embedded](https://gitlab.com/geovisio/web-viewer/-/blob/develop/CHANGELOG.md?ref_type=heads#213-2023-08-30).
- Dockerfile creates smaller and faster containers, using pre-built website and Nginx for HTTP serving.
@@ -60,5 +62,6 @@ Before _0.1.0_, website development was on rolling release, meaning there are no
[Unreleased]: https://gitlab.com/geovisio/website/-/compare/2.1.0...develop
[2.1.1]: https://gitlab.com/geovisio/website/-/compare/2.1.0...2.1.1
[2.1.0]: https://gitlab.com/geovisio/website/-/compare/0.1.0...2.1.0
[0.1.0]: https://gitlab.com/geovisio/website/-/commits/0.1.0

View File

@@ -1,6 +1,6 @@
{
"name": "geovisio-website",
"version": "2.1.0",
"version": "2.1.1",
"engines": {
"node": "18.16.0"
},