]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
v3.2.3
authorMarc Tobias <mtmail@gmx.net>
Tue, 5 Apr 2022 18:36:54 +0000 (19:36 +0100)
committerMarc Tobias <mtmail@gmx.net>
Tue, 5 Apr 2022 18:36:54 +0000 (19:36 +0100)
CHANGES.md
package.json

index ca94529197d38c4f9b4f5e4b86d6c44ecc036cd0..20c4b0dbc52a66154b05dfd13549b76fcfde697b 100644 (file)
@@ -1,9 +1,13 @@
 # CHANGES
 
-* version 3.2.2 - 2022-04-05
+* version 3.2.3 - 2022-04-05
 
     * Fix: On Search page the 'deduplication' checkbox needs to be checked by default
 
+* version 3.2.2 - 2022-02-08
+
+    * NPM package updates
+
 * version 3.2.1 - 2021-05-11
 
     * Fix: some npm modules no longer support node version 10
index a1b31032c956d65b7476b5d989318f55fb043483..151644e9edf1090bf7164efcad54ba5795404833 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "nominatim-ui",
   "description": "Debug web interface for Nominatim geocoder",
-  "version": "3.2.2",
+  "version": "3.2.3",
   "license": "GPL-2.0",
   "scripts": {
     "build": "rollup -c",