diff --git a/History.md b/History.md index 09d8dde..463f920 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,13 @@ +3.1.1 / 2024-02-18 +================== + + * return uniformly formatted address field + * return normalized address in addition to human-readable one + * separate house and street + * use @furkot/address to produce uniform addresses + * @furkot/address 0.0.3 + 3.1.0 / 2023-07-08 ================== diff --git a/package.json b/package.json index d2352cc..2e16811 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@furkot/geocode", - "version": "3.1.0", + "version": "3.1.1", "description": "Geocoding service for Furkot", "author": { "name": "Natalia Kowalczyk",