Skip to content

Commit

Permalink
Release 9.0.1 (#60)
Browse files Browse the repository at this point in the history
* Fix build error from typo
  • Loading branch information
smithad15 authored Jun 10, 2018
1 parent fd0b2fe commit 9a9a4ab
Show file tree
Hide file tree
Showing 3 changed files with 947 additions and 99 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-redux/form",
"version": "9.0.0",
"version": "9.0.1",
"description": "Build Angular 2+ forms with Redux",
"dependencies": {
"immutable": "^3.8.1"
Expand Down
2 changes: 1 addition & 1 deletion source/connect/connect-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Subscription } from 'rxjs';

import { Unsubscribe } from 'redux';

import { debounceTime } 'rxjs/operators';
import { debounceTime } from 'rxjs/operators';

import { FormStore } from '../form-store';
import { State } from '../state';
Expand Down
Loading

0 comments on commit 9a9a4ab

Please sign in to comment.