From acb734e86fc5d356932fb0f70b907a0217070441 Mon Sep 17 00:00:00 2001 From: Coroliov Oleg <1880059+ruscon@users.noreply.github.com> Date: Fri, 15 Oct 2021 17:53:16 +0300 Subject: [PATCH] chore(release): 4.2.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ca81f1..67fda2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [4.2.1](https://github.com/goparrot/geocoder/compare/v4.2.0...v4.2.1) (2021-10-15) + +### Bug Fixes + +* **provider:** cannot find type definition file for heremaps ([eeacc3a](https://github.com/goparrot/geocoder/commit/eeacc3aae53017c9f00e47064c20d58f032c13a8)), closes [#109](https://github.com/goparrot/geocoder/issues/109) + ## [4.2.0](https://github.com/goparrot/geocoder/compare/v4.1.0...v4.2.0) (2021-05-12) ### Features diff --git a/package.json b/package.json index 583bb15..e4f7058 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@goparrot/geocoder", "description": "TypeScript GeoCoder, node geocoding library, supports google maps, mapquest, here, open street map, tom tom", - "version": "4.2.0", + "version": "4.2.1", "author": "Coroliov Oleg", "license": "MIT", "private": false,