Skip to content

Commit

Permalink
chore(master): release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 8, 2024
1 parent 83ab991 commit 6bb7d39
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phaser-jsx",
"version": "0.1.0",
"version": "0.1.1",
"description": "Use JSX in Phaser.",
"author": "Mark <mark@remarkablemark.org>",
"main": "./cjs/index.js",
Expand Down

0 comments on commit 6bb7d39

Please sign in to comment.