Version Bump

This commit is contained in:
thepaperpilot 2022-04-24 01:44:44 -05:00
parent 5427f200c1
commit a9bab48885
3 changed files with 8 additions and 3 deletions

View file

@ -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

4
package-lock.json generated
View file

@ -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",

View file

@ -1,6 +1,6 @@
{
"name": "profectus",
"version": "0.3.1",
"version": "0.3.2",
"private": true,
"scripts": {
"start": "vue-cli-service serve",