diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..3564bdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index d6461b9..2c12e03 100644 --- a/package.json +++ b/package.json @@ -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",