Skip to content

Commit

Permalink
Polish: fix peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Mar 1, 2019
1 parent 51a1c39 commit 31e1261
Show file tree
Hide file tree
Showing 5 changed files with 536 additions and 783 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
**Note**: Gaps between patch versions are faulty/broken releases. **Note**: A feature tagged as Experimental is in a
high state of flux, you're at risk of it changing without notice.

# 0.4.1

- **Polish**
- fix `peerDependencies` (@gcanti)

# 0.4.0

- **Breaking Change**
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
import { fluture } from 'fp-ts-fluture'
```

* `Monad` instance
* `Bifunctor` instance
* `ChainRec` instance
- `Monad` instance
- `Bifunctor` instance
- `ChainRec` instance

```ts
import { concurrentFluture } from 'fp-ts-fluture'
```

* `Alternative` instance
- `Alternative` instance

# Example

Expand Down
Loading

0 comments on commit 31e1261

Please sign in to comment.