From 9c811db59dbea21ab3f9b3f2d3d8b898325a60dc Mon Sep 17 00:00:00 2001 From: Nikolas Howard Date: Fri, 8 Apr 2022 09:04:12 +0100 Subject: [PATCH] 2.2.0 --- README.md | 1 + dist/mistreevous.d.ts | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b7371e..4260114 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/dist/mistreevous.d.ts b/dist/mistreevous.d.ts index 1659f97..b8a80bb 100644 --- a/dist/mistreevous.d.ts +++ b/dist/mistreevous.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Mistreevous 2.1.2 +// Type definitions for Mistreevous 2.2.0 // Project: Mistreevous // Definitions by: nikolas howard declare module "mistreevous" { diff --git a/package.json b/package.json index 811c0af..5e9a220 100644 --- a/package.json +++ b/package.json @@ -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", @@ -41,7 +41,7 @@ "state" ], "author": "nikolas howard", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/nikkorn/mistreevous/issues" },