Skip to content

Commit 41dad98

Browse files
committed
Merge branch 'master' into develop
2 parents 47ae92d + dc37d4c commit 41dad98

File tree

3 files changed

+50
-2
lines changed

3 files changed

+50
-2
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# [2.0.0](https://github.com/ashblue/fluid-behavior-tree/compare/v1.0.0...v2.0.0) (2019-05-31)
2+
3+
4+
### Bug Fixes
5+
6+
* **github:** fixed corrupt GitHub archive generation ([f94a140](https://github.com/ashblue/fluid-behavior-tree/commit/f94a140))
7+
* **semantic-release:** prevents a crash due to no version number change ([55aa2ba](https://github.com/ashblue/fluid-behavior-tree/commit/55aa2ba))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* **github:** Artifical breaking change to make the number match with the correct version
13+
14+
# [2.0.0](https://github.com/ashblue/fluid-behavior-tree/compare/v1.0.0...v2.0.0) (2019-05-31)
15+
16+
17+
### Bug Fixes
18+
19+
* **github:** fixed corrupt GitHub archive generation ([f94a140](https://github.com/ashblue/fluid-behavior-tree/commit/f94a140))
20+
21+
22+
### BREAKING CHANGES
23+
24+
* **github:** Artifical breaking change to make the number match with the correct version
25+
26+
# 1.0.0 (2019-05-31)
27+
28+
29+
### Bug Fixes
30+
31+
* **travis:** fixes an npm verification bug ([3bbb40c](https://github.com/ashblue/fluid-behavior-tree/commit/3bbb40c))
32+
33+
34+
### Code Refactoring
35+
36+
* **namespace:** namespace changed to CleverCrow.Fluid.BTs ([073c1e9](https://github.com/ashblue/fluid-behavior-tree/commit/073c1e9))
37+
38+
39+
### Features
40+
41+
* **action:** new wait time node ([bc49935](https://github.com/ashblue/fluid-behavior-tree/commit/bc49935))
42+
* **commits:** added commitizen support ([916f5cb](https://github.com/ashblue/fluid-behavior-tree/commit/916f5cb))
43+
* **composites:** new selector random node ([0e13b8d](https://github.com/ashblue/fluid-behavior-tree/commit/0e13b8d))
44+
45+
46+
### BREAKING CHANGES
47+
48+
* **namespace:** Will cause any project using the old namespace to break

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Fluid Behavior Tree is used through [Unity's Package Manager](https://docs.unity
2626
{
2727
"registry": "https://registry.npmjs.org",
2828
"dependencies": {
29-
"com.fluid.behavior-tree": "0.0.0"
29+
"com.fluid.behavior-tree": "2.0.0"
3030
}
3131
}
3232
```

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)