Skip to content

Commit

Permalink
release: 3.3.4 - 2023-06-01T08:02:35.330Z [skip ci]
Browse files Browse the repository at this point in the history
### [3.3.4](v3.3.3...v3.3.4) (2023-06-01)

### 馃敡 Fixes

* getRoughCompassDirection regex used "contains" logic rather than exact matching resulting incorrect results ([955937b](955937b))
* isPointWithinRadius false even if true ([249d047](249d047))
  • Loading branch information
semantic-release-bot committed Jun 1, 2023
1 parent 628c801 commit 26ec179
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geolib",
"version": "3.3.3",
"version": "3.3.4",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 26ec179

Please sign in to comment.