diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..96d43f32 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# 1.0.0 (2019-05-31) + + +### Bug Fixes + +* **travis:** fixes an npm verification bug ([3bbb40c](https://github.com/ashblue/fluid-behavior-tree/commit/3bbb40c)) + + +### Code Refactoring + +* **namespace:** namespace changed to CleverCrow.Fluid.BTs ([073c1e9](https://github.com/ashblue/fluid-behavior-tree/commit/073c1e9)) + + +### Features + +* **action:** new wait time node ([bc49935](https://github.com/ashblue/fluid-behavior-tree/commit/bc49935)) +* **commits:** added commitizen support ([916f5cb](https://github.com/ashblue/fluid-behavior-tree/commit/916f5cb)) +* **composites:** new selector random node ([0e13b8d](https://github.com/ashblue/fluid-behavior-tree/commit/0e13b8d)) + + +### BREAKING CHANGES + +* **namespace:** Will cause any project using the old namespace to break