Skip to content

Commit 471be03

Browse files
committed
1.13.1 changelog & version
1 parent afa0548 commit 471be03

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
* [1.13.1]
4+
- Add EntityNPC:GetPathfinder
5+
- Add MC_POST_PLAYER_ADD_EFFECT and MC_POST_ROOM_ADD_EFFECT
6+
- Update comments for MC_POST_PLAYER_TRIGGER_EFFECT_REMOVED and MC_POST_ROOM_TRIGGER_EFFECT_REMOVED. They accept ItemConfigItem as optional arguments
7+
- Specify return value for RoomConfigEntries:Get
8+
39
* [1.13.0]
410
- Support for Repentogon 1.1.0
511
- Changed how static methods are exposed under EntityNPC, EntityPickup, and EntityLaser to better separate the global and object versions of the class

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "Filloax",
44
"displayName": "Binding of Isaac Lua API",
55
"description": "Adds support and autocomplete for the The Binding of Isaac: Repentance modding API",
6-
"version": "1.13.0",
6+
"version": "1.13.1",
77
"icon": "icon.png",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)