Skip to content

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.3...v2.3.0) (2024-11-09)

### Bug Fixes

* **assetpath.cs:** retarget PATH_PROJECT ([45f5620](45f5620)), closes [#79](#79)
* **builds:** node version now pulls from .nvmrc ([8564210](8564210))
* **conditions:** generic condition had exit and init reversed ([c9ac8cc](c9ac8cc))
* **dark mode:** boxes keep proper color in dark mode for the visualizer ([b3dd08f](b3dd08f)), closes [#48](#48)
* **visualizer:** vertically connected nodes now connect properly ([321e47e](321e47e)), closes [#29](#29)

### Features

* **visualizer:** pausing the game now keeps active node highlighting ([b031653](b031653)), closes [#94](#94)
  • Loading branch information
semantic-release-bot committed Nov 9, 2024
1 parent c4a3b5f commit 8ef28a2
Show file tree
Hide file tree
Showing 6 changed files with 822 additions and 7 deletions.
22 changes: 21 additions & 1 deletion Assets/com.fluid.behavior-tree/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
Placeholder for meta files
MIT License

Copyright (c) 2018 Ash Blue

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading

0 comments on commit 8ef28a2

Please sign in to comment.