Skip to content

Commit

Permalink
Merge pull request #51 from nikkorn/v2.2.0
Browse files Browse the repository at this point in the history
2.2.0
  • Loading branch information
nikkorn authored Apr 8, 2022
2 parents f9a2896 + 9c811db commit 8ba72ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ root {
## Version History
| Version | Notes |
| -------------- |:-------------|
| 2.2.0 | Added Succeed, Fail and Retry decorators |
| 2.1.0 | Added optional arguments for actions, conditions and decorators |
| 2.0.1 | Fixed isses with inconsistent guard condition evaluation for composite nodes |
| 2.0.0 | Fixed broken typings |
Expand Down
2 changes: 1 addition & 1 deletion dist/mistreevous.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Mistreevous 2.1.2
// Type definitions for Mistreevous 2.2.0
// Project: Mistreevous
// Definitions by: nikolas howard <https://github.com/nikkorn>
declare module "mistreevous" {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mistreevous",
"version": "2.1.2",
"version": "2.2.0",
"description": "A tool to build behaviour trees in JavaScript",
"main": "dist/index.js",
"types": "dist/mistreevous.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"state"
],
"author": "nikolas howard",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/nikkorn/mistreevous/issues"
},
Expand Down

0 comments on commit 8ba72ea

Please sign in to comment.