Skip to content

Commit

Permalink
Release v0.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogel committed Dec 18, 2023
1 parent ffa5bae commit d896148
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

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

## main (unreleased)
## v0.15.6 (2023-12-17)

- fix the packaging issues with v0.15.4
- re-release v0.15.4, with the packaging issues fixed

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

Expand Down
2 changes: 1 addition & 1 deletion bench/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-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.15.5",
"version": "0.15.6",
"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 d896148

Please sign in to comment.