Skip to content

Commit 5e068a8

Browse files
committed
Bump version to v4.3.0.
1 parent 76324d7 commit 5e068a8

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
# Changelog
22

3+
## v4.3.0
4+
5+
- Fixed inconsistent getting and setting behavior as a result of the last patch.
6+
- Added new documentation, and improved existing documentation.
7+
- Renamed `$gte` and `$lte` to `$ge` and `$le` to be consistent with the usage of the game.
8+
39
## v4.2.0
410

511
- `$pushunique` can now be used as a condition.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@peacockproject/statemachine-parser",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "IOI state machine conditional parser.",
55
"main": "build/index-cjs.js",
66
"module": "build/index.js",

0 commit comments

Comments
 (0)