Skip to content
This repository has been archived by the owner on Dec 15, 2024. It is now read-only.

Commit

Permalink
update changelog and release version
Browse files Browse the repository at this point in the history
  • Loading branch information
andriiheonia committed Oct 24, 2020
1 parent 41fad19 commit 77be08b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2019, Andrii Heonia
Copyright (c) 2014-2020, Andrii Heonia
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ If you want to get involved with Hull.js development, just use <a href="https://

## Changelog

### 1.0.1 — 24.10.2020
Introduced fix that avoids hitting stack size limit on large arrays
### 1.0.0 — 28.06.2019
Change language level to ES6.
Performance improvements.
Expand Down
2 changes: 1 addition & 1 deletion dist/hull.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function grid(points, cellSize) {
module.exports = grid;
},{}],4:[function(require,module,exports){
/*
(c) 2014-2019, Andrii Heonia
(c) 2014-2020, Andrii Heonia
Hull.js, a JavaScript library for concave hull generation by set of points.
https://github.com/AndriiHeonia/hull
*/
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": "hull.js",
"version": "1.0.0",
"version": "1.0.1",
"description": "JavaScript library that builds concave hulls (shapes) by set of points",
"homepage": "https://github.com/AndriiHeonia/hull",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/hull.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
(c) 2014-2019, Andrii Heonia
(c) 2014-2020, Andrii Heonia
Hull.js, a JavaScript library for concave hull generation by set of points.
https://github.com/AndriiHeonia/hull
*/
Expand Down

0 comments on commit 77be08b

Please sign in to comment.