Skip to content

Commit 3f28dfb

Browse files
committed
chore: release v1.0.0-next.1
1 parent aec99e3 commit 3f28dfb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

22

3+
## [1.0.0-next.1](https://github.com/Tresjs/post-processing/compare/0.7.1...1.0.0-next.1) (2024-07-26)
4+
5+
6+
### Features
7+
8+
* export useEffect composable ([#105](https://github.com/Tresjs/post-processing/issues/105)) ([b7810ba](https://github.com/Tresjs/post-processing/commit/b7810ba2864e70516c95b9866c2ea5d02a8f9b9d))
9+
* update core to v4 ([#109](https://github.com/Tresjs/post-processing/issues/109)) ([f79cb28](https://github.com/Tresjs/post-processing/commit/f79cb288205f7be357557979e91ca392002edcac))
10+
311
## [1.0.0-next.0](https://github.com/Tresjs/post-processing/compare/0.7.1...1.0.0-next.0) (2024-05-21)
412

513

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": "1.0.0-next.0",
4+
"version": "1.0.0-next.1",
55
"packageManager": "pnpm@8.10.2",
66
"description": "Post-processing library for TresJS",
77
"author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",

0 commit comments

Comments
 (0)