From 7f34eb1b9a4469d08c09f92eb84ea0f7388f48e3 Mon Sep 17 00:00:00 2001 From: alvarosabu Date: Tue, 21 May 2024 10:16:57 +0200 Subject: [PATCH] chore: release v1.0.0-next.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae7ec869..31712461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ +## [1.0.0-next.0](https://github.com/Tresjs/post-processing/compare/0.7.1...1.0.0-next.0) (2024-05-21) + + +### Features + +* export useEffect composable ([#105](https://github.com/Tresjs/post-processing/issues/105)) ([b7810ba](https://github.com/Tresjs/post-processing/commit/b7810ba2864e70516c95b9866c2ea5d02a8f9b9d)) +* render emit and advance playgroudn for render modes ([5d256fc](https://github.com/Tresjs/post-processing/commit/5d256fcc5e40582e0f87c8cc1ec46fbd9a007435)) +* update to v4, `useLoop` and remove disable render ([544fb39](https://github.com/Tresjs/post-processing/commit/544fb39be3af7f71ddf994f14789215351cec569)) + ## [0.7.1](https://github.com/Tresjs/post-processing/compare/0.7.0...0.7.1) (2024-03-18) diff --git a/package.json b/package.json index 1a53c9bb..f7fbd011 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tresjs/post-processing", "type": "module", - "version": "0.7.1", + "version": "1.0.0-next.0", "packageManager": "pnpm@8.10.2", "description": "Post-processing library for TresJS", "author": "Alvaro Saburido (https://github.com/alvarosabu/)",