Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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)`
  • Loading branch information
semantic-release-bot committed Jan 1, 2020
1 parent d0acf31 commit 985cded
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
# [2.0.0](https://github.com/ashblue/fluid-dialogue/compare/v1.2.0...v2.0.0) (2020-01-01)


### Features

* **conditions:** added ability to access the parent node ([d4e7461](https://github.com/ashblue/fluid-dialogue/commit/d4e7461))


### BREAKING CHANGES

* **conditions:** Any existing custom conditions will need to convert `OnGetIsValid()` to
`OnGetIsValid(INode parent)`

# [1.2.0](https://github.com/ashblue/fluid-dialogue/compare/v1.1.1...v1.2.0) (2020-01-01)


Expand Down

0 comments on commit 985cded

Please sign in to comment.