diff --git a/README.md b/README.md index 14e86c8..f3df68f 100644 --- a/README.md +++ b/README.md @@ -1431,6 +1431,7 @@ A practical look at behaviour trees and a good example of modelling behaviour fo ## Version History | Version | Notes | | -------------- |:----------------------------------------------------------------------------------------| +| 4.1.1 | Added linter and updated dependencies | | 4.1.0 | Added Race and All node types | | | Added onNodeStateChange callback to behaviour tree options | | | Added getTreeNodeDetails method to BehaviourTree | diff --git a/package-lock.json b/package-lock.json index bd7786c..6bdc524 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mistreevous", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mistreevous", - "version": "4.1.0", + "version": "4.1.1", "license": "MIT", "dependencies": { "lotto-draw": "^1.0.2" diff --git a/package.json b/package.json index c9bc459..edc3859 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mistreevous", - "version": "4.1.0", + "version": "4.1.1", "description": "A library to declaratively define, build and execute behaviour trees, written in TypeScript for Node and browsers", "main": "dist/index.js", "types": "dist/index.d.ts",