Skip to content

Commit ab56b2d

Browse files
committed
chore: release v0.4.0
1 parent 9f92181 commit ab56b2d

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11

22

3+
## [0.4.0](https://github.com/Tresjs/post-processing/compare/0.3.0...0.4.0) (2023-09-06)
4+
5+
6+
### Features
7+
8+
* refactor usecore to new state context provider ([#44](https://github.com/Tresjs/post-processing/issues/44)) ([9f920f1](https://github.com/Tresjs/post-processing/commit/9f920f1c6f2b381ba4f29b53a3dbd4276b2e4b25))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency @tresjs/core to v2.4.0 ([#20](https://github.com/Tresjs/post-processing/issues/20)) ([5725498](https://github.com/Tresjs/post-processing/commit/5725498d7972e673c8f8c71ff9a5ca52a3648a97))
14+
* **deps:** update dependency @tresjs/core to v3.1.1 ([#48](https://github.com/Tresjs/post-processing/issues/48)) ([09fc4f8](https://github.com/Tresjs/post-processing/commit/09fc4f884980ccecd7afd0a3dfb2e706cf35740b))
15+
* made effect composer live only when canvas has an area ([#46](https://github.com/Tresjs/post-processing/issues/46)) ([7238cb3](https://github.com/Tresjs/post-processing/commit/7238cb3af3a0400a1dd03e4fd15682895771fc85))
16+
317
## [0.3.0](https://github.com/Tresjs/post-processing/compare/0.2.1...0.3.0) (2023-06-26)
418

519

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
"description": "Post-processing library for TresJS",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"type": "module",
66
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)",
77
"files": [

stats.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)