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

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-08-27)

### Features

* add some fs methods to pcl object ([6d404b9](6d404b9))
* add some options to initPCL ([2001c02](2001c02))
* add some options to initPCL ([515816e](515816e))
* add website ([49159a9](49159a9))
* bind IterativeClosestPoint of PCL to javascript ([a708734](a708734))
* bind loadPCDFile of PCL to javascript ([b2ce4b1](b2ce4b1))
* bind PassThrough of PCL to javascript ([77c092b](77c092b))
* bind RadiusOutlierRemoval of PCL to javascript ([e33a2f6](e33a2f6))
* bind savePCDFile of PCL to javascript ([d3be8ad](d3be8ad))
* bind StatisticalOutlierRemoval of PCL to javascript ([e195c88](e195c88))
* bind VoxelGrid of PCL to javascript ([5c8f35e](5c8f35e))
* build ([3113828](3113828))
* connecting pcl and javascript ([b714a8f](b714a8f))
* init ([b352f3b](b352f3b))
  • Loading branch information
semantic-release-bot committed Aug 27, 2022
1 parent b1ad52b commit 5edccd3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 1.0.0 (2022-08-27)


### Features

* add some fs methods to pcl object ([6d404b9](https://github.com/luoxuhai/pcl.js/commit/6d404b968a9a268c715f355715869a520ef3c108))
* add some options to initPCL ([2001c02](https://github.com/luoxuhai/pcl.js/commit/2001c0209cb70647daf89b870496a0a49d6af080))
* add some options to initPCL ([515816e](https://github.com/luoxuhai/pcl.js/commit/515816e6023a56d7e9cf8acab4207c75f34ab681))
* add website ([49159a9](https://github.com/luoxuhai/pcl.js/commit/49159a9c8eb3d407f9f389102e4f714fae020be6))
* bind IterativeClosestPoint of PCL to javascript ([a708734](https://github.com/luoxuhai/pcl.js/commit/a7087345f175d5b3cf4a869b9d7862f538d9873b))
* bind loadPCDFile of PCL to javascript ([b2ce4b1](https://github.com/luoxuhai/pcl.js/commit/b2ce4b120514532758629e614bf02b79991a86a6))
* bind PassThrough of PCL to javascript ([77c092b](https://github.com/luoxuhai/pcl.js/commit/77c092bc8fe8a1667960fb179239acd513abc322))
* bind RadiusOutlierRemoval of PCL to javascript ([e33a2f6](https://github.com/luoxuhai/pcl.js/commit/e33a2f6a527daf048262a1549a3dccdfb9232de5))
* bind savePCDFile of PCL to javascript ([d3be8ad](https://github.com/luoxuhai/pcl.js/commit/d3be8add608c826bf8fb8b8c83265114f7e842f5))
* bind StatisticalOutlierRemoval of PCL to javascript ([e195c88](https://github.com/luoxuhai/pcl.js/commit/e195c884e105ed9f3f52b4374d7a72009988f047))
* bind VoxelGrid of PCL to javascript ([5c8f35e](https://github.com/luoxuhai/pcl.js/commit/5c8f35edce01f2a1a42555bf596000ad6c6a15ec))
* build ([3113828](https://github.com/luoxuhai/pcl.js/commit/3113828513064fb9337fcf088e29948be63b4ce6))
* connecting pcl and javascript ([b714a8f](https://github.com/luoxuhai/pcl.js/commit/b714a8f603b99c0ac2c2baf73d6b9e16476b0e10))
* init ([b352f3b](https://github.com/luoxuhai/pcl.js/commit/b352f3b156060e14f4d118adc68611e13829ce5b))
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": "0.2.1",
"version": "1.0.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 5edccd3

@vercel
Copy link

@vercel vercel bot commented on 5edccd3 Aug 27, 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
pcljs.org
pcl-js-darkce.vercel.app
www.pcljs.org

Please sign in to comment.