Skip to content

Commit 616ba87

Browse files
committed
Add version 1.0.8
1 parent cb7e081 commit 616ba87

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Version of this app
2-
REACT_APP_VERSION_APP=1.0.7
3-
REACT_APP_VERSION_APP_DATE="Saturday, May 25, 2024 - 20:21:15"
2+
REACT_APP_VERSION_APP=1.0.8
3+
REACT_APP_VERSION_APP_DATE="Saturday, June 01, 2024 - 13:05:15"
44

55
# Location API url and api version (See https://jubianchi.github.io/semver-check)
66
REACT_APP_LOCATION_API_URL=https://loc8.place

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Changelogs
99

10+
### [1.0.8] - 2024-06-01
11+
12+
* Add PostgreSQL and PostGIS versions
13+
1014
### [1.0.7] - 2024-06-01
1115

1216
* Adopt to location api version 1.0.8

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.7
1+
1.0.8

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-locate-place",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"private": true,
55
"dependencies": {
66
"@fortawesome/fontawesome-svg-core": "^6.5.1",

0 commit comments

Comments
 (0)