From b7e09057ab54ca140547ceb49980d8844034d797 Mon Sep 17 00:00:00 2001 From: Darkce Date: Mon, 3 Oct 2022 11:32:29 +0800 Subject: [PATCH] chore: release v1.8.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fba0d4b..b381435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.8.0](https://github.com/luoxuhai/pcl.js/compare/v1.7.2...v1.8.0) (2022-10-03) + + +### ✨ Features + +* add MinCutSegmentation ([#49](https://github.com/luoxuhai/pcl.js/issues/49)) ([de1e36d](https://github.com/luoxuhai/pcl.js/commit/de1e36dc839ad7e313d606c02c2aaceaedb61e22)) +* add removeNaNFromPointCloud and removeNaNNormalsFromPointCloud methods ([#51](https://github.com/luoxuhai/pcl.js/issues/51)) ([689f76c](https://github.com/luoxuhai/pcl.js/commit/689f76cb82c635e18e279e98acb53879412bae03)) + ## [1.7.2](https://github.com/luoxuhai/pcl.js/compare/v1.7.1...v1.7.2) (2022-10-01) diff --git a/package.json b/package.json index 8a4b91c..4c88f2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pcl.js", - "version": "1.7.2", + "version": "1.8.0", "description": "PCL for browser and node, powered by WebAssembly.", "types": "dist/types/pcl.d.ts", "main": "dist/pcl.cjs.js",