Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
chore: release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxuhai committed Oct 3, 2022
1 parent e6529bd commit b7e0905
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "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",
Expand Down

1 comment on commit b7e0905

@vercel
Copy link

@vercel vercel bot commented on b7e0905 Oct 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

pcl-js – ./

pcl-js-git-master-darkce.vercel.app
www.pcljs.org
pcl-js-darkce.vercel.app
pcljs.org

Please sign in to comment.