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

Commit

Permalink
chore: release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxuhai committed Sep 21, 2022
1 parent 6781d94 commit 37a8ee6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.4.1](https://github.com/luoxuhai/pcl.js/compare/v1.4.0...v1.4.1) (2022-09-21)


### Bug Fixes

* setSize method of PointCloudViewer does not scale correctly ([6781d94](https://github.com/luoxuhai/pcl.js/commit/6781d942f6f33e8c2ed8b89cbc55176636c91be0))

### Documentation

* update StatisticalOutlierRemoval example url ([7b0f6cb](https://github.com/luoxuhai/pcl.js/commit/7b0f6cb81767b6dc1447f5190e7e3e41e70081ac))
* remove example detail page ([7f02e57](https://github.com/luoxuhai/pcl.js/commit/7f02e57194b239be1d28cb7f9cdaa193b04998f2))

# [1.4.0](https://github.com/luoxuhai/pcl.js/compare/v1.3.0...v1.4.0) (2022-09-21)


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.4.0",
"version": "1.4.1",
"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 37a8ee6

@vercel
Copy link

@vercel vercel bot commented on 37a8ee6 Sep 21, 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-darkce.vercel.app
www.pcljs.org
pcljs.org
pcl-js-git-master-darkce.vercel.app

Please sign in to comment.