Skip to content

Commit

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

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

## v0.15.7 (2023-12-18)

- fix packaging issues with v0.15.6

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

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

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

- Revert to v0.15.3 to broken deployed package
- Revert to v0.15.3 to avoid packaging issues in v0.15.4

## v0.15.4 (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.

4 changes: 2 additions & 2 deletions 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.6",
"version": "0.15.7",
"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 25f2a46

Please sign in to comment.