Prepare 1.1.0

This commit is contained in:
tristen 2019-05-06 11:17:54 -04:00
parent 73a9f4520b
commit 4bc9fd74ef
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 1.1.0 (2019-05-06)
* Added `--precision` command line option.
* Fix to precision to support a value of `0`.
## 1.0.0 (2018-04-01)
* Added `--toGeoJSON` command line option.

View File

@ -2,7 +2,7 @@
"name": "@mapbox/polyline",
"author": "Mapbox",
"description": "Polyline encoding and decoding",
"version": "1.0.0",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "git://github.com/mapbox/polyline.git"