From 26ec179e861750623d496a962465e5c399664efd Mon Sep 17 00:00:00 2001 From: CircleCI Date: Thu, 1 Jun 2023 08:02:35 +0000 Subject: [PATCH] release: 3.3.4 - 2023-06-01T08:02:35.330Z [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### [3.3.4](https://github.com/manuelbieh/geolib/compare/v3.3.3...v3.3.4) (2023-06-01) ### 🔧 Fixes * getRoughCompassDirection regex used "contains" logic rather than exact matching resulting incorrect results ([955937b](https://github.com/manuelbieh/geolib/commit/955937b6a0ec53a9ced3667c923ab413a31eb8c6)) * isPointWithinRadius false even if true ([249d047](https://github.com/manuelbieh/geolib/commit/249d047e238df95d8a62189d5c3245120bc4421d)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ec2a9..c3a0291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### [3.3.4](https://github.com/manuelbieh/geolib/compare/v3.3.3...v3.3.4) (2023-06-01) + + +### 🔧 Fixes + +* getRoughCompassDirection regex used "contains" logic rather than exact matching resulting incorrect results ([955937b](https://github.com/manuelbieh/geolib/commit/955937b6a0ec53a9ced3667c923ab413a31eb8c6)) +* isPointWithinRadius false even if true ([249d047](https://github.com/manuelbieh/geolib/commit/249d047e238df95d8a62189d5c3245120bc4421d)) + ### [3.3.3](https://github.com/manuelbieh/geolib/compare/v3.3.2...v3.3.3) (2021-10-11) diff --git a/package.json b/package.json index 7277c9e..3fac99b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geolib", - "version": "3.3.3", + "version": "3.3.4", "description": "", "main": "lib/index.js", "module": "es/index.js",