]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
prepare version 1.2.1
authormarc tobias <mtmail@gmx.net>
Tue, 4 Aug 2020 13:27:25 +0000 (15:27 +0200)
committermarc tobias <mtmail@gmx.net>
Tue, 4 Aug 2020 13:27:25 +0000 (15:27 +0200)
CHANGES.md
package.json

index 23a569b75f0ec6d3e2a8566fde91534a2866cb80..4395a849c48005740d8e8c7143f4693576896176 100644 (file)
@@ -1,5 +1,9 @@
 # CHANGES
 
+* version 1.2.1 - 2020-08-04
+
+    * URL parsing now works if app is in a subdirectory
+
 * version 1.2 - 2020-07-07
 
     * Use window.history.pushState to minimize page reloads
index a409768967f49dfa324f6ff4997c668451a1467d..da73250cd250de60d5116377e89c0202c43aef1a 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "nominatim-ui",
-  "version": "1.2.0",
+  "version": "1.2.1",
   "description": "Debug web interface for Nominatim geocoder",
   "main": "index.js",
   "scripts": {