Skip to content

Commit

Permalink
Release v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogel committed Nov 12, 2018
1 parent b8d903d commit 958de5d
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ The Martinez-Rueda-Feito polygon clipping algorithm is used to compute the resul

## Changelog

### v0.9.1 (2018-11-12)

* Bug fixes ([#36](https://github.com/mfogel/polygon-clipping/issues/36) again, [#44](https://github.com/mfogel/polygon-clipping/issues/44))

### v0.9 (2018-10-17)

* Performance improvements ([#26](https://github.com/mfogel/polygon-clipping/issues/26))
Expand Down
4 changes: 2 additions & 2 deletions dist/polygon-clipping.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/polygon-clipping.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/build.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/build.js.map

Large diffs are not rendered by default.

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": "polygon-clipping",
"version": "0.9.0",
"version": "0.9.1",
"description": "Apply boolean Polygon clipping operations (intersection, union, difference, xor) to your Polygons & MultiPolygons.",
"main": "dist/polygon-clipping.js",
"module": "main.js",
Expand Down

0 comments on commit 958de5d

Please sign in to comment.