Skip to content

Commit 893c67d

Browse files
committed
docs(CHANGELOG): 2.3.4
1 parent b6ffa29 commit 893c67d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="2.3.4"></a>
2+
## [2.3.4](https://github.com/ReactiveX/IxJS/compare/v2.3.3...v2.3.4) (2017-11-29)
3+
4+
5+
### Bug Fixes
6+
7+
* **typings:** Fix optional predicate typings for user-defined typeguard predicates ([fedd563](https://github.com/ReactiveX/IxJS/commit/fedd563))
8+
* **typings:** workaround typescript bugs when noImplicitAny or strictNullChecks are not true ([ce03239](https://github.com/ReactiveX/IxJS/commit/ce03239))
9+
10+
11+
112
<a name="2.3.3"></a>
213
## [2.3.3](https://github.com/ReactiveX/IxJS/compare/v2.3.2...v2.3.3) (2017-11-21)
314

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.2.0",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"packages": [
55
"targets/ix",
66
"targets/ts",

0 commit comments

Comments
 (0)