Skip to content

Commit

Permalink
getting ready for 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Jan 2, 2014
1 parent 8eb5bcd commit df918ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
@@ -1,10 +1,10 @@
2.0.0 (dev)
2.0.0
-----
* simpler API (module exports as a plain function), old `.toGeojson` still available as a fallback
* output (multi)polygons with consistent winding orders
* further speed improvements
* use browserify for browser library (comes bundeled with dependencies)
* improve handling of simple multipolygons
* use browserify for browser library (comes bundeled with dependencies)
* some minor speed improvements

1.4.0
-----
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "osmtogeojson",
"version": "1.4.0",
"version": "2.0.0",
"description": "convert OSM to geojson",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit df918ef

Please sign in to comment.