Skip to content

Commit 79145ae

Browse files
committed
Version 1.1.1
1 parent ee688c8 commit 79145ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/fp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### <a name="map" href="https://github.com/plaid/transcribe/blob/v1.1.0/examples/fp.js#L3">`map :: (a -⁠> b) -⁠> Array a -⁠> Array b`</a>
1+
### <a name="map" href="https://github.com/plaid/transcribe/blob/v1.1.1/examples/fp.js#L3">`map :: (a -⁠> b) -⁠> Array a -⁠> Array b`</a>
22

33
Transforms a list of elements of type `a` into a list of elements
44
of type `b` using the provided function of type `a -> b`.
@@ -8,7 +8,7 @@ of type `b` using the provided function of type `a -> b`.
88
['1', '2', '3', '4', '5']
99
```
1010

11-
### <a name="filter" href="https://github.com/plaid/transcribe/blob/v1.1.0/examples/fp.js#L23">`filter :: (a -⁠> Boolean) -⁠> Array a -⁠> Array a`</a>
11+
### <a name="filter" href="https://github.com/plaid/transcribe/blob/v1.1.1/examples/fp.js#L23">`filter :: (a -⁠> Boolean) -⁠> Array a -⁠> Array a`</a>
1212

1313
Returns the list of elements which satisfy the provided predicate.
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "transcribe",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Generate Markdown documentation from code comments",
55
"license": "MIT",
66
"homepage": "https://github.com/plaid/transcribe",

0 commit comments

Comments
 (0)