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.1.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxuhai committed Sep 4, 2022
1 parent 60f76cb commit 3d522b5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Changelog

# [1.1.0-alpha.0](https://github.com/luoxuhai/pcl.js/compare/v1.0.3...v1.1.0-alpha.0) (2022-09-04)


### Bug Fixes

* correct typescript type hints ([d2e952f](https://github.com/luoxuhai/pcl.js/commit/d2e952fbe0f0d79cec1530752015088499328649))


### Features

* add point types ([7d392e4](https://github.com/luoxuhai/pcl.js/commit/7d392e4eefd50f4d9f7b3d6f10518be2d2c58e7d))
* add point_types ([41a7882](https://github.com/luoxuhai/pcl.js/commit/41a78823f21b3282996104ff59ad98d82cf0323d))
* add points types ([7fbfcad](https://github.com/luoxuhai/pcl.js/commit/7fbfcad42fc988b262e9de632f0170daa137456b))
* add print version ([5af8c10](https://github.com/luoxuhai/pcl.js/commit/5af8c105dc190d632cc386cef0214ae9ceb3819a))
* get points of point cloud ([a62d6fe](https://github.com/luoxuhai/pcl.js/commit/a62d6fecb6df20d2abbb1768c04aaef77cfe3fa3))

# 1.0.3 (2022-08-30)


Expand Down Expand Up @@ -31,4 +49,4 @@
* 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))
* 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": "1.0.3",
"version": "1.1.0-alpha.0",
"description": "PCL for browser and node, powered by WebAssembly.",
"types": "dist/types/pcl.d.ts",
"main": "dist/pcl.cjs.js",
Expand Down

0 comments on commit 3d522b5

Please sign in to comment.