Skip to content

Commit f77a241

Browse files
authoredJul 31, 2022
chore(main): release 1.1.0 (#21)
1 parent 33aa0d2 commit f77a241

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed
 

‎CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Changelog
22

3-
<a name="1.0.0"></a>
3+
## [1.1.0](https://github.com/image-js/monotone-chain-convex-hull/compare/v1.0.0...v1.1.0) (2022-07-31)
44

5-
# 1.0.0 (2017-04-26)
65

76
### Features
87

9-
- implement monotoneChainConvexHull with "sorted" option ([da550ff](https://github.com/image-js/monotone-chain-convex-hull/commit/da550ff))
8+
* migrate to TypeScript ([#19](https://github.com/image-js/monotone-chain-convex-hull/issues/19)) ([53a22ce](https://github.com/image-js/monotone-chain-convex-hull/commit/53a22ce87709c11992e497956b0c8ed3f814f60d))
9+
10+
11+
### Bug Fixes
12+
13+
* do not sort points in-place ([33aa0d2](https://github.com/image-js/monotone-chain-convex-hull/commit/33aa0d25c17e2b9be384eda367d4d1886eec4ec2))

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monotone-chain-convex-hull",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Monotone Chain Convex Hull algorithm",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)
Please sign in to comment.