diff --git a/CHANGELOG.md b/CHANGELOG.md index 5486feb..c668bde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.6.0](https://github.com/luoxuhai/pcl.js/compare/v1.5.0...v1.6.0) (2022-09-25) + + +### ✨ Features + +* add ISSKeypoint3D ([018adfc](https://github.com/luoxuhai/pcl.js/commit/018adfc59c7e39b68c184c032cb54b66f7f94024)) +* add search.KdTree api ([bad2092](https://github.com/luoxuhai/pcl.js/commit/bad2092efa89da77e979195c5a67169a036ad251)) + # [1.5.0](https://github.com/luoxuhai/pcl.js/compare/v1.4.1...v1.5.0) (2022-09-23) diff --git a/package.json b/package.json index 49c34a1..ae01936 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pcl.js", - "version": "1.5.0", + "version": "1.6.0", "description": "PCL for browser and node, powered by WebAssembly.", "types": "dist/types/pcl.d.ts", "main": "dist/pcl.cjs.js",