Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2019-05-31)

### Bug Fixes

* **travis:** fixes an npm verification bug ([3bbb40c](3bbb40c))

### Code Refactoring

* **namespace:** namespace changed to CleverCrow.Fluid.BTs ([073c1e9](073c1e9))

### Features

* **action:** new wait time node ([bc49935](bc49935))
* **commits:** added commitizen support ([916f5cb](916f5cb))
* **composites:** new selector random node ([0e13b8d](0e13b8d))

### BREAKING CHANGES

* **namespace:** Will cause any project using the old namespace to break
  • Loading branch information
semantic-release-bot committed May 31, 2019
1 parent e168df5 commit 2354bb1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2354bb1

Please sign in to comment.