Skip to content

Commit

Permalink
Merge pull request #8 from juanpujol/develop
Browse files Browse the repository at this point in the history
Release v0.1.1
  • Loading branch information
juanpujol authored Mar 4, 2024
2 parents 911ac67 + 8faf7f9 commit 91ce4d2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
/src
/images
/.vscode
/.github
/node_modules
.env
.DS_Store
tsconfig.json
tsup.config.js
tsup.config.ts
.eslintignore
.eslintrc.cjs
.prettierignore
.prettierrc
CHANGELOG.md
NOTES.md
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# PolyUnion Changelog

## v0.1.1 (2024-03-04)

### Fixes 🐞

- Fix .npmignore to include only necessary files

## v0.1.0 (2024-03-03)

The code is stable enough for use and I'm proud to release it as v0.1.0 🤣. Will improve along with more tests as needed.
Expand Down
Binary file modified images/example-01.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polyunion",
"version": "0.1.0",
"version": "0.1.1",
"description": "A fast and efficient library for merging multiple polygons in a GeoJSON FeatureCollection",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 91ce4d2

Please sign in to comment.