diff --git a/CHANGES.md b/CHANGES.md index 6c6b5bcf..99a9fd28 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # CHANGES +* version 1.2.4 - 2020-09-01 + + * All links to detail page should include the class parameter + * version 1.2.3 - 2020-09-01 * Favicon URLs did not work when app is installed in a subdirectory diff --git a/package.json b/package.json index d11c5b49..6a0b4135 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nominatim-ui", - "version": "1.2.3", + "version": "1.2.4", "description": "Debug web interface for Nominatim geocoder", "main": "index.js", "scripts": {