Skip to content

Commit 33818aa

Browse files
committed
chore: release v2.2.0
1 parent eafe305 commit 33818aa

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [2.2.0](https://github.com/Tresjs/post-processing/compare/2.1.0...2.2.0) (2025-03-10)
4+
5+
### Features
6+
7+
* brightness contrast ([#184](https://github.com/Tresjs/post-processing/issues/184)) ([0df3394](https://github.com/Tresjs/post-processing/commit/0df339452b6fa01979e24619cfa139c86d37cae2))
8+
* color depth ([#186](https://github.com/Tresjs/post-processing/issues/186)) ([c09851c](https://github.com/Tresjs/post-processing/commit/c09851cee7c82d0fac0748e9dfc82794d6146eaf))
9+
* fish-eye ([#182](https://github.com/Tresjs/post-processing/issues/182)) ([826d832](https://github.com/Tresjs/post-processing/commit/826d83257a0c7ec88858ea5af7b42d40a060dc80))
10+
* god rays ([#187](https://github.com/Tresjs/post-processing/issues/187)) ([eafe305](https://github.com/Tresjs/post-processing/commit/eafe305fe4a1b9fcd0867e1e7b7826ec79af1471))
11+
* grid ([#185](https://github.com/Tresjs/post-processing/issues/185)) ([212312e](https://github.com/Tresjs/post-processing/commit/212312e31efb8c658e8a2de924a51afb8a9a5d9e))
12+
13+
### Bug Fixes
14+
15+
* add exported member depth picking pass pmndrs ([#179](https://github.com/Tresjs/post-processing/issues/179)) ([6f3d459](https://github.com/Tresjs/post-processing/commit/6f3d459a24145eb853f1e635248c214ac79c2c6d))
16+
* delete multisampling used in TresCanvas props ([#188](https://github.com/Tresjs/post-processing/issues/188)) ([507b517](https://github.com/Tresjs/post-processing/commit/507b5174719abec891e55b44fe4b8cdf476e8b39)), closes [#189](https://github.com/Tresjs/post-processing/issues/189)
17+
* sorted navigation entries ([#190](https://github.com/Tresjs/post-processing/issues/190)) ([cf4aad2](https://github.com/Tresjs/post-processing/commit/cf4aad21be4e562a07d9d912585585c23d35b93f))
18+
319
## [2.1.0](https://github.com/Tresjs/post-processing/compare/2.0.0...2.1.0) (2025-01-29)
420

521
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tresjs/post-processing",
33
"type": "module",
4-
"version": "2.1.0",
4+
"version": "2.2.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)