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.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxuhai committed Oct 5, 2022
1 parent 7d0cb31 commit a967672
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.9.0](https://github.com/luoxuhai/pcl.js/compare/v1.8.0...v1.9.0) (2022-10-05)


### ✨ Features

* add more point type ([34b4954](https://github.com/luoxuhai/pcl.js/commit/34b4954c930b7e4954f894ee1553e0da387a7076))


### 🐛 Bug Fixes

* unable to use new point type ([#56](https://github.com/luoxuhai/pcl.js/issues/56)) ([1c9282c](https://github.com/luoxuhai/pcl.js/commit/1c9282caf5aa9fadae10a6bfb83776a7d151d5a3))

## [1.8.0](https://github.com/luoxuhai/pcl.js/compare/v1.7.2...v1.8.0) (2022-10-03)


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.8.0",
"version": "1.9.0",
"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 a967672

@vercel
Copy link

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

Please sign in to comment.