Skip to content

Commit

Permalink
docs(CHANGELOG): 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Nov 29, 2017
1 parent b6ffa29 commit 893c67d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="2.3.4"></a>
## [2.3.4](https://github.com/ReactiveX/IxJS/compare/v2.3.3...v2.3.4) (2017-11-29)


### Bug Fixes

* **typings:** Fix optional predicate typings for user-defined typeguard predicates ([fedd563](https://github.com/ReactiveX/IxJS/commit/fedd563))
* **typings:** workaround typescript bugs when noImplicitAny or strictNullChecks are not true ([ce03239](https://github.com/ReactiveX/IxJS/commit/ce03239))



<a name="2.3.3"></a>
## [2.3.3](https://github.com/ReactiveX/IxJS/compare/v2.3.2...v2.3.3) (2017-11-21)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.2.0",
"version": "2.3.3",
"version": "2.3.4",
"packages": [
"targets/ix",
"targets/ts",
Expand Down

0 comments on commit 893c67d

Please sign in to comment.