Skip to content

Commit ccfa8fb

Browse files
committed
chore: release v0.7.0
1 parent 70c92da commit ccfa8fb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11

22

3+
## [0.7.0](https://github.com/Tresjs/post-processing/compare/0.6.0...0.7.0) (2023-11-14)
4+
5+
6+
### Features
7+
8+
* vignette effect ([#75](https://github.com/Tresjs/post-processing/issues/75)) ([70c92da](https://github.com/Tresjs/post-processing/commit/70c92da58b8353f129d1bcc8f441bdd62a827f72))
9+
10+
11+
### Bug Fixes
12+
13+
* avoid recursive updates when resizing the window ([#81](https://github.com/Tresjs/post-processing/issues/81)) ([83f88c1](https://github.com/Tresjs/post-processing/commit/83f88c1ea5f35bc6a73a745ea805190fa065236b))
14+
315
## [0.6.0](https://github.com/Tresjs/post-processing/compare/0.5.0...0.6.0) (2023-11-14)
416

517

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": "0.6.0",
4+
"version": "0.7.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)