From bcef62423a5dd600f7549c20aa08729c62ea0e38 Mon Sep 17 00:00:00 2001 From: alvarosabu Date: Tue, 26 Nov 2024 19:23:19 +0100 Subject: [PATCH] chore: release v1.0.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02597d68..c7504b7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +## [1.0.0](https://github.com/Tresjs/post-processing/compare/1.0.0-next.1...1.0.0) (2024-11-26) + +### Features + +* native threejs effects ([#121](https://github.com/Tresjs/post-processing/issues/121)) ([cd24a57](https://github.com/Tresjs/post-processing/commit/cd24a57cb73d52e13efb9687ade8cd2799738ffa)) +* prop types exposure ([#136](https://github.com/Tresjs/post-processing/issues/136)) ([bd6ff06](https://github.com/Tresjs/post-processing/commit/bd6ff0614f2798acc1bb6553b6b3be5910b38735)) +* sub modules for pmndrs and native components ([#123](https://github.com/Tresjs/post-processing/issues/123)) ([c8df59f](https://github.com/Tresjs/post-processing/commit/c8df59f0fdfdf0d9ba90dba6de30f458fdb7cff4)) + +### Bug Fixes + +* 67 depth of field and outline effect ([#138](https://github.com/Tresjs/post-processing/issues/138)) ([3112305](https://github.com/Tresjs/post-processing/commit/3112305e8b517f1cf5497ef942e1db2cf4b25a0b)) + ## [1.0.0-next.1](https://github.com/Tresjs/post-processing/compare/0.7.1...1.0.0-next.1) (2024-07-26) diff --git a/package.json b/package.json index 32578e09..86d433e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tresjs/post-processing", "type": "module", - "version": "1.0.0-next.2", + "version": "1.0.0", "packageManager": "pnpm@9.14.2", "description": "Post-processing library for TresJS", "author": "Alvaro Saburido (https://github.com/alvarosabu/)",