Skip to content

Commit

Permalink
version 0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Jun 23, 2020
1 parent a508774 commit cd6ece6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.1.17

- **New Feature**
- add `FunctorWithIndex` instance to `Zipper`, #65 (@giogonzo)

# 0.1.16

- **Polish**
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/Zipper.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Added in v0.1.6
**Signature**

```ts
<A>(ma: Zipper<A>) => Zipper<Zipper<A>>
<A>(wa: Zipper<A>) => Zipper<Zipper<A>>
```

Added in v0.1.11
Expand All @@ -190,7 +190,7 @@ Added in v0.1.6
**Signature**

```ts
<A, B>(f: (fa: Zipper<A>) => B) => (ma: Zipper<A>) => Zipper<B>
<A, B>(f: (wa: Zipper<A>) => B) => (wa: Zipper<A>) => Zipper<B>
```

Added in v0.1.11
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fp-ts-contrib",
"version": "0.1.16",
"version": "0.1.17",
"description": "A community driven utility package for fp-ts",
"files": [
"lib",
Expand Down

0 comments on commit cd6ece6

Please sign in to comment.