Release 2.1.2

This commit is contained in:
Andreani Jean
2023-09-12 21:37:49 +02:00
parent 4f7aad52a9
commit c5308423ef
2 changed files with 5 additions and 2 deletions

View File

@@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Before _0.1.0_, website development was on rolling release, meaning there are no version tags.
## [Unreleased]
## [2.1.2] - 2023-09-12
### Changed
- add a fix to center the map with ENV variables
## [2.1.1] - 2023-09-06

View File

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