Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.9...v1.5.0) (2023-04-24)

### Bug Fixes

* **Mesh:** resolution use state viewport ([3ad53a3](3ad53a3))
* **patch:** lock ci pnpm version ([7aaaea7](7aaaea7))

### Features

* **Program:** support custom blending options ([4882d2b](4882d2b))
  • Loading branch information
semantic-release-bot committed Apr 24, 2023
1 parent 7aaaea7 commit 58c8861
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.5.0](https://github.com/sakitam-gis/vis-engine/compare/v1.4.9...v1.5.0) (2023-04-24)


### Bug Fixes

* **Mesh:** resolution use state viewport ([3ad53a3](https://github.com/sakitam-gis/vis-engine/commit/3ad53a332089a877a74fb7f725ffe87875a669a3))
* **patch:** lock ci pnpm version ([7aaaea7](https://github.com/sakitam-gis/vis-engine/commit/7aaaea74d678480c8f8be657c5c6c5d2c2c48be4))


### Features

* **Program:** support custom blending options ([4882d2b](https://github.com/sakitam-gis/vis-engine/commit/4882d2ba3e8d1039d44a24bfa844dcd56fb04f5f))

## [1.4.9](https://github.com/sakitam-gis/vis-engine/compare/v1.4.8...v1.4.9) (2023-03-25)


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": "@sakitam-gis/vis-engine",
"version": "1.4.9",
"version": "1.5.0",
"description": "A sample gl render engine toolkit.",
"private": false,
"license": "BSD 3-Clause",
Expand Down

0 comments on commit 58c8861

Please sign in to comment.