]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
version 3.2.1
authormarc tobias <mtmail@gmx.net>
Wed, 19 May 2021 17:16:44 +0000 (19:16 +0200)
committermarc tobias <mtmail@gmx.net>
Wed, 19 May 2021 17:16:44 +0000 (19:16 +0200)
.github/workflows/release.yml
CHANGES.md
package.json

index fe8d44cdadcc963080edcca0caac043801bd3df0..23b2050a1ba7d3c82c8279aadb35c85965cad97a 100644 (file)
@@ -14,7 +14,7 @@ jobs:
 
       - uses: actions/setup-node@v2
         with:
-          node-version: '10.x'
+          node-version: '16.x'
 
       - name: Install dependencies
         run: yarn install
index 532acb61385706ae84e33b75cb4abfd4016cb3e1..8490af6bd52e252eaae26a9543b729157b6055ea 100644 (file)
@@ -1,5 +1,9 @@
 # CHANGES
 
+* version 3.2.1 - 2021-05-11
+
+    * Fix: some npm modules no longer support node version 10
+
 * version 3.2.0 - 2021-05-10
 
     * Upgrade layout framework to Bootstrap version 5
index 1b9092b632e48c26936464ef30afbeb8bff2439c..d5eec2dfc030293a14bc98371f9427e82cd5d517 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "nominatim-ui",
   "description": "Debug web interface for Nominatim geocoder",
-  "version": "3.2.0",
+  "version": "3.2.1",
   "license": "GPL-2.0",
   "scripts": {
     "build": "rollup -c",