Skip to content

Commit

Permalink
docs: Bumped tiled-api to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Apr 18, 2023
1 parent 3bed6bf commit 3a1069c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions docs/scripting-doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Changelog

### 1.10.1

- Added the new API from Tiled 1.10.1
- Added missing documentation for MapObject(shape, name?) constructor
- Fixed link in docs for Image
- Improved docs for QCheckBox and QPushButton

### 1.10.0

- Added the new API from Tiled 1.10.0
Expand Down
10 changes: 5 additions & 5 deletions docs/scripting-doc/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 docs/scripting-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "git+https://github.com/mapeditor/tiled.git"
},
"types": "./index.d.ts",
"version": "1.10.0",
"version": "1.10.1",
"scripts": {
"test": "tsc"
},
Expand Down

0 comments on commit 3a1069c

Please sign in to comment.