Skip to content

Commit 9a9a4ab

Browse files
authored
Release 9.0.1 (#60)
* Fix build error from typo
1 parent fd0b2fe commit 9a9a4ab

File tree

3 files changed

+947
-99
lines changed

3 files changed

+947
-99
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-redux/form",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Build Angular 2+ forms with Redux",
55
"dependencies": {
66
"immutable": "^3.8.1"

source/connect/connect-base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { Subscription } from 'rxjs';
1212

1313
import { Unsubscribe } from 'redux';
1414

15-
import { debounceTime } 'rxjs/operators';
15+
import { debounceTime } from 'rxjs/operators';
1616

1717
import { FormStore } from '../form-store';
1818
import { State } from '../state';

0 commit comments

Comments
 (0)