Skip to content

Commit

Permalink
prepare v3.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmail committed Feb 14, 2024
1 parent 16f28ac commit 13ff1cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGES

* version 3.5.0 - 2024-02-14
* Requires nodejs version 18 now
* Reverse page: add optional 'layer' parameter
* NPM package updates (Puppeteer 21 => 22, Rollup 3 => 4)
* Documentation: Show how to install into a nominatim-docker installation

* version 3.4.0 - 2023-08-29
* Search map: delete old viewbox rectangle before adding a new one
* Details page: Allow searching for negative OSM ids.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nominatim-ui",
"description": "Debug web interface for Nominatim geocoder",
"version": "3.3.1",
"version": "3.5.0",
"license": "GPL-2.0",
"scripts": {
"build": "rollup -c",
Expand Down

0 comments on commit 13ff1cb

Please sign in to comment.