]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
version v3.0.2
authormarc tobias <mtmail@gmx.net>
Fri, 5 Mar 2021 17:39:37 +0000 (18:39 +0100)
committermarc tobias <mtmail@gmx.net>
Fri, 5 Mar 2021 17:39:37 +0000 (18:39 +0100)
CHANGES.md
package.json

index 227684336508e73ca233f56afd91d410033e4729..b561799abe71fd7d324e5e2fa0d720b569e546af 100644 (file)
@@ -1,13 +1,16 @@
 # CHANGES
 
-* version 3.0.1 - 2021-03-05
+* version 3.0.2 - 2021-03-05
 
-    * Details page: table is now responsive, no longer overflows
     * Details page: don't print 'null' when postcode is missing
     * Details page: make sure links to children,hierarcy update after pageload, thx LiteratimBi for the report
     * Details page: in hierachy list all addresslines were marked unused (grayed out)
     * Details page: API doesn't always return address keywords
     * PageLinks/ReverseLink: fix warnings when properties not set
+
+* version 3.0.1 - 2021-03-05
+
+    * Details page: table is now responsive, no longer overflows
     * Documentation: fix link to theme configuration file
 
 * version 3.0.0 - 2021-02-25
index c2d35caaf1c40a3374980c18753d70548ba1e700..1e601c27eee6c40b5aa25cefb50b335e3ca2c5d6 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "nominatim-ui",
   "description": "Debug web interface for Nominatim geocoder",
-  "version": "3.0.1",
+  "version": "3.0.2",
   "license": "GPL-2.0",
   "scripts": {
     "build": "rollup -c",