Skip to content

Commit 926384b

Browse files
committed
chore: release v2.4.0
1 parent 38002a6 commit 926384b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/Tresjs/post-processing/compare/2.3.1...2.4.0) (2025-05-26)
4+
5+
### Features
6+
7+
* ASCII ([#200](https://github.com/Tresjs/post-processing/issues/200)) ([c5dba7c](https://github.com/Tresjs/post-processing/commit/c5dba7c615f7dc7d985658193ca2794a329b122d))
8+
* FXAA ([#197](https://github.com/Tresjs/post-processing/issues/197)) ([fba8b58](https://github.com/Tresjs/post-processing/commit/fba8b58dc4e7d9bb380e0931e700b0723deb7f7c))
9+
* SMAA ([#199](https://github.com/Tresjs/post-processing/issues/199)) ([0a89733](https://github.com/Tresjs/post-processing/commit/0a89733d567b6502a0fef38bda8432ea66b2fb76))
10+
* texture ([#202](https://github.com/Tresjs/post-processing/issues/202)) ([07a9ff5](https://github.com/Tresjs/post-processing/commit/07a9ff51dfb142eb0386f52471fb5905d900754f))
11+
12+
### Bug Fixes
13+
14+
* big clean demo — docs — bad using multisampling ([#201](https://github.com/Tresjs/post-processing/issues/201)) ([38002a6](https://github.com/Tresjs/post-processing/commit/38002a6a58b955da9235130af217c251d569d79e))
15+
316
## [2.3.1](https://github.com/Tresjs/post-processing/compare/2.3.0...2.3.1) (2025-03-29)
417

518
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tresjs/post-processing",
33
"type": "module",
4-
"version": "2.3.1",
4+
"version": "2.4.0",
55
"packageManager": "[email protected]",
66
"description": "Post-processing library for TresJS",
77
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)",

0 commit comments

Comments
 (0)