Skip to content

Commit

Permalink
chore: release 0.30.0 (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 5, 2024
1 parent 0d0032b commit eed59b7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.30.0](https://github.com/wowserhq/scene/compare/v0.29.0...v0.30.0) (2024-02-05)


### Features

* **map:** fade doodads in and out based on distance ([199ec9e](https://github.com/wowserhq/scene/commit/199ec9e58d0442ce49588905152b5c4cf7fe7757))
* **model:** improve anti-aliasing for models using alpha-keyed blending ([0d0032b](https://github.com/wowserhq/scene/commit/0d0032ba5eda87f7c514864de144b23e1a156ff4))
* **world:** add fade constants and scaling logic ([42cc70a](https://github.com/wowserhq/scene/commit/42cc70ae3b71197e727ea6c41623c34f12c73b1c))


### Bug Fixes

* **model:** correct alpha handling using separate blend func ([b96720c](https://github.com/wowserhq/scene/commit/b96720c04688c765693e99a9cfef53fed829bec1))

## [0.29.0](https://github.com/wowserhq/scene/compare/v0.28.0...v0.29.0) (2024-02-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wowserhq/scene",
"version": "0.29.0",
"version": "0.30.0",
"description": "Three.js rendering classes for World of Warcraft model formats",
"author": "Wowser Contributors",
"repository": "github:wowserhq/scene",
Expand Down

0 comments on commit eed59b7

Please sign in to comment.