Skip to content

Commit 9c811db

Browse files
Nikolas HowardNikolas Howard
Nikolas Howard
authored and
Nikolas Howard
committed
2.2.0
1 parent f9a2896 commit 9c811db

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ root {
535535
## Version History
536536
| Version | Notes |
537537
| -------------- |:-------------|
538+
| 2.2.0 | Added Succeed, Fail and Retry decorators |
538539
| 2.1.0 | Added optional arguments for actions, conditions and decorators |
539540
| 2.0.1 | Fixed isses with inconsistent guard condition evaluation for composite nodes |
540541
| 2.0.0 | Fixed broken typings |

dist/mistreevous.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for Mistreevous 2.1.2
1+
// Type definitions for Mistreevous 2.2.0
22
// Project: Mistreevous
33
// Definitions by: nikolas howard <https://github.com/nikkorn>
44
declare module "mistreevous" {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mistreevous",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"description": "A tool to build behaviour trees in JavaScript",
55
"main": "dist/index.js",
66
"types": "dist/mistreevous.d.ts",
@@ -41,7 +41,7 @@
4141
"state"
4242
],
4343
"author": "nikolas howard",
44-
"license": "ISC",
44+
"license": "MIT",
4545
"bugs": {
4646
"url": "https://github.com/nikkorn/mistreevous/issues"
4747
},

0 commit comments

Comments
 (0)