diff --git a/CHANGELOG.md b/CHANGELOG.md index 271fde4..1d90748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2] - 2022-04-23 +### Fixed +- Clickables and several other elements would not register clicks sometimes, if the display is updating rapidly +- createLayerTreeNode wasn't using display option correctly + ## [0.3.1] - 2022-04-23 ### Added - Render utility methods that always return JSX Elements diff --git a/package-lock.json b/package-lock.json index fc0042b..0e2458a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "profectus", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "profectus", - "version": "0.3.1", + "version": "0.3.2", "dependencies": { "@pixi/particle-emitter": "^5.0.4", "core-js": "^3.6.5", diff --git a/package.json b/package.json index 00b8eba..2bfc716 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "profectus", - "version": "0.3.1", + "version": "0.3.2", "private": true, "scripts": { "start": "vue-cli-service serve",