Skip to content

Commit 985cded

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.2.0...v2.0.0) (2020-01-01) ### Features * **conditions:** added ability to access the parent node ([d4e7461](d4e7461)) ### BREAKING CHANGES * **conditions:** Any existing custom conditions will need to convert `OnGetIsValid()` to `OnGetIsValid(INode parent)`
1 parent d0acf31 commit 985cded

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.0.0](https://github.com/ashblue/fluid-dialogue/compare/v1.2.0...v2.0.0) (2020-01-01)
2+
3+
4+
### Features
5+
6+
* **conditions:** added ability to access the parent node ([d4e7461](https://github.com/ashblue/fluid-dialogue/commit/d4e7461))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **conditions:** Any existing custom conditions will need to convert `OnGetIsValid()` to
12+
`OnGetIsValid(INode parent)`
13+
114
# [1.2.0](https://github.com/ashblue/fluid-dialogue/compare/v1.1.1...v1.2.0) (2020-01-01)
215

316

0 commit comments

Comments
 (0)