Skip to content

Commit 0ee6884

Browse files
chore(release): 2.2.0 [skip ci]
# [2.2.0](v2.1.0...v2.2.0) (2019-06-13) ### Bug Fixes * **travis:** nightly builds moved to a force push ([b1ae62d](b1ae62d)) * nightly builds set to the wrong branch ([4413d51](4413d51)) * **behavior-tree:** recursive global position changes don't double up ([e762e8e](e762e8e)) * **visualizer:** bugfix for images vanishing ([53dcf0d](53dcf0d)) ### Features * nightly builds now available ([2cd0774](2cd0774)) * **behavior-tree:** runtime trees can now be visually printed ([11534c7](11534c7)) * **decorators:** add three new decorators ([f376ea6](f376ea6)) ### Reverts * **nightly:** removing nightly back to what it originally was ([f697eec](f697eec))
1 parent bd37b4d commit 0ee6884

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [2.2.0](https://github.com/ashblue/fluid-behavior-tree/compare/v2.1.0...v2.2.0) (2019-06-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **travis:** nightly builds moved to a force push ([b1ae62d](https://github.com/ashblue/fluid-behavior-tree/commit/b1ae62d))
7+
* nightly builds set to the wrong branch ([4413d51](https://github.com/ashblue/fluid-behavior-tree/commit/4413d51))
8+
* **behavior-tree:** recursive global position changes don't double up ([e762e8e](https://github.com/ashblue/fluid-behavior-tree/commit/e762e8e))
9+
* **visualizer:** bugfix for images vanishing ([53dcf0d](https://github.com/ashblue/fluid-behavior-tree/commit/53dcf0d))
10+
11+
12+
### Features
13+
14+
* nightly builds now available ([2cd0774](https://github.com/ashblue/fluid-behavior-tree/commit/2cd0774))
15+
* **behavior-tree:** runtime trees can now be visually printed ([11534c7](https://github.com/ashblue/fluid-behavior-tree/commit/11534c7))
16+
* **decorators:** add three new decorators ([f376ea6](https://github.com/ashblue/fluid-behavior-tree/commit/f376ea6))
17+
18+
19+
### Reverts
20+
21+
* **nightly:** removing nightly back to what it originally was ([f697eec](https://github.com/ashblue/fluid-behavior-tree/commit/f697eec))
22+
123
# [2.1.0](https://github.com/ashblue/fluid-behavior-tree/compare/v2.0.1...v2.1.0) (2019-06-04)
224

325

0 commit comments

Comments
 (0)