Skip to content

Commit 0d607f3

Browse files
committed
docs(CHANGELOG): 4.5.0
1 parent 7897e85 commit 0d607f3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [4.5.0](https://github.com/ReactiveX/IxJS/compare/v4.4.1...v4.5.0) (2021-07-29)
2+
3+
4+
* * chore(readme.md): update travis-ci badge url (#334) ([370ae91](https://github.com/ReactiveX/IxJS/commit/370ae919000390c8725423bb23e4707f81afb619)), closes [#334](https://github.com/ReactiveX/IxJS/issues/334)
5+
* Update to TypeScript v4.3.5 (#332) ([0637a25](https://github.com/ReactiveX/IxJS/commit/0637a25f552520490e9025d559cf384043d6e93f)), closes [#332](https://github.com/ReactiveX/IxJS/issues/332) [#331](https://github.com/ReactiveX/IxJS/issues/331)
6+
7+
8+
### Features
9+
10+
* **from:** support `AbortSignal` in `from(observable)` ([#333](https://github.com/ReactiveX/IxJS/issues/333)) ([7897e85](https://github.com/ReactiveX/IxJS/commit/7897e85c11bcdece1efd749e42e772e5cf0974cf))
11+
12+
13+
114
## [4.4.1](https://github.com/ReactiveX/IxJS/compare/v4.4.0...v4.4.1) (2021-07-11)
215

316

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": "4.4.1",
3+
"version": "4.5.0",
44
"packages": [
55
"targets/es2015/*",
66
"targets/es5/*",

0 commit comments

Comments
 (0)