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.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxuhai committed Oct 24, 2022
1 parent c52850f commit 1a06ac4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.15.0](https://github.com/luoxuhai/pcl.js/compare/v1.14.0...v1.15.0) (2022-10-24)


### ✨ Features

* add size and data to PointCloud ([b9d32d9](https://github.com/luoxuhai/pcl.js/commit/b9d32d9c19f3d720b2f227c7f96283eaec765103))
* add support for Node.js environment ([c52850f](https://github.com/luoxuhai/pcl.js/commit/c52850f3f89222f6d889bef5c704cd667c2b4ce8))

## [1.14.0](https://github.com/luoxuhai/pcl.js/compare/v1.13.0...v1.14.0) (2022-10-16)


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.14.0",
"version": "1.15.0",
"description": "Point Cloud Library (PCL) for browser, powered by WebAssembly.|在浏览器运行的点云库 (PCL),由 WebAssembly 提供支持。",
"types": "dist/pcl.d.ts",
"main": "dist/pcl.cjs.js",
Expand Down

1 comment on commit 1a06ac4

@vercel
Copy link

@vercel vercel bot commented on 1a06ac4 Oct 24, 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
pcl-js-git-master-darkce.vercel.app
www.pcljs.org
pcljs.org
pcl.js.org

Please sign in to comment.