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.3
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxuhai committed Aug 30, 2022
1 parent 2351435 commit c228a1a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## [1.0.2](2022-08-27)
# 1.0.3 (2022-08-30)


### Features

* Add getFilterLimits methods to PassThrough ([2351435](https://github.com/luoxuhai/pcl.js/commit/23514350a5f4fc2ec6aa5ba822eb7cd5ec49fe3f))
* Bind IterativeClosestPoint of PCL to javascript ([c90df44](https://github.com/luoxuhai/pcl.js/commit/c90df444a1dfce3844b984e4bf986f8b94a2accd))

# 1.0.2 (2022-08-27)


### Bug Fixes
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.0.2",
"version": "1.0.3",
"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 c228a1a

@vercel
Copy link

@vercel vercel bot commented on c228a1a Aug 30, 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.