diff --git a/CHANGELOG.md b/CHANGELOG.md index 795491ea..4246bd1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.1](https://github.com/remarkablegames/phaser-jsx/compare/v0.1.0...v0.1.1) (2024-01-08) + + +### Bug Fixes + +* **element:** ensure props.children is an array in createElement ([83ab991](https://github.com/remarkablegames/phaser-jsx/commit/83ab991102898e2ebea0918ca3a0b2c16c476231)) +* **jsx-dev-runtime:** remove last 4 arguments from jsxDEV ([06fc624](https://github.com/remarkablegames/phaser-jsx/commit/06fc624a17577839a71e10f453f69d83de08408d)) + ## 0.1.0 (2024-01-08) ### Features diff --git a/package-lock.json b/package-lock.json index 50c94feb..c4d05a56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "phaser-jsx", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "phaser-jsx", - "version": "0.1.0", + "version": "0.1.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5866ffc7..7fc64446 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phaser-jsx", - "version": "0.1.0", + "version": "0.1.1", "description": "Use JSX in Phaser.", "author": "Mark ", "main": "./cjs/index.js",