Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Jun 11, 2023
1 parent 165963b commit 1487bad
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@


## [0.2.0](https://github.com/Tresjs/post-processing/compare/0.1.0...0.2.0) (2023-06-11)


### Features

* better disposal of effects ([5ceef70](https://github.com/Tresjs/post-processing/commit/5ceef7040569933b7df640db18987d42412f2132))
* bloom effect done right ([95fd5a6](https://github.com/Tresjs/post-processing/commit/95fd5a62cda5367e4bd15003d5b437b6531399c9))
* effect composer sfc ([5fa7671](https://github.com/Tresjs/post-processing/commit/5fa76715aef1fa496e25cecd32313c4bd8cb2493))
* export types esm first ([594948f](https://github.com/Tresjs/post-processing/commit/594948fb1962ccded1277569364071b7a2765948))
* glitch looking good ([455fe56](https://github.com/Tresjs/post-processing/commit/455fe56085626f119faa9c7ffd742182c60af130))
* outline sfc component ([b4fb2ca](https://github.com/Tresjs/post-processing/commit/b4fb2ca18f0cfe1b40d0b81f46afb11039a02428))


### Bug Fixes

* **deps:** update dependency @tresjs/cientos to v2.1.0 ([ca9cc61](https://github.com/Tresjs/post-processing/commit/ca9cc617ddefad2ee055f8b45f609fa3e5fc6ef0))
* **deps:** update dependency @tresjs/cientos to v2.1.2 ([f1ced0e](https://github.com/Tresjs/post-processing/commit/f1ced0e4b8b2ff20c05ffb2bec8e7f0c11667539))
* **post-processing:** made playground runnable ([03af258](https://github.com/Tresjs/post-processing/commit/03af2584d3735caced3984f84ef3d7279806d245))
* type assetion on Bloom effect ([78af757](https://github.com/Tresjs/post-processing/commit/78af757c04d932fcd589fa01810883bd8d3e2c17))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tresjs/post-processing",
"description": "Post-processing library for TresJS",
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion stats.html

Large diffs are not rendered by default.

0 comments on commit 1487bad

Please sign in to comment.