Skip to content

Commit

Permalink
Release v0.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogel committed Dec 17, 2023
1 parent 212c727 commit 7366a5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project adheres to [Semantic Versioning](https://semver.org/).

## v0.15.5 (2023-12-16)

- Revert to v0.15.3 to broken deployed package

## v0.15.4 (2023-12-16)

- Fix error in some circumstances due to duplicate keys in splay tree [#136](https://github.com/mfogel/polygon-clipping/pull/136)
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": "polygon-clipping",
"version": "0.15.3",
"version": "0.15.5",
"description": "Apply boolean Polygon clipping operations (intersection, union, difference, xor) to your Polygons & MultiPolygons.",
"main": "dist/polygon-clipping.cjs.js",
"module": "dist/polygon-clipping.esm.js",
Expand Down

0 comments on commit 7366a5e

Please sign in to comment.