Skip to content

Commit

Permalink
Update to 0.9.1
Browse files Browse the repository at this point in the history
    * Fix `locateOnLine()` doesn't return correct subline (#79, thanks @LePetitTim)
  • Loading branch information
LePetitTim committed Feb 1, 2019
1 parent f6326ec commit d17083c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ Changelog

### master ###

### 0.9.1 ###

* Fix `locateOnLine()` doesn't return correct subline (#79, thanks @lepetittim)

### 0.9.0 ###

* Fix `interpolateOnLine()` doesn't return correct predecessor (#66, thanks @jb2b38)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaflet-geometryutil",
"version": "0.9.0",
"version": "0.9.1",
"description": "Leaflet utility functions on geometries",
"keywords": [
"Leaflet",
Expand Down

0 comments on commit d17083c

Please sign in to comment.