Skip to content

Commit 174fda4

Browse files
committed
Version 1.0.0
1 parent 06242cb commit 174fda4

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-
<h3 name="map"><code><a href="https://github.com/plaid/transcribe/blob/v0.5.0/examples/fp.js#L4">map :: (a -⁠> b) -⁠> [a] -⁠> [b]</a></code></h3>
1+
<h3 name="map"><code><a href="https://github.com/plaid/transcribe/blob/v1.0.0/examples/fp.js#L4">map :: (a -⁠> b) -⁠> [a] -⁠> [b]</a></code></h3>
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-
<h3 name="filter"><code><a href="https://github.com/plaid/transcribe/blob/v0.5.0/examples/fp.js#L24">filter :: (a -⁠> Boolean) -⁠> [a] -⁠> [a]</a></code></h3>
11+
<h3 name="filter"><code><a href="https://github.com/plaid/transcribe/blob/v1.0.0/examples/fp.js#L24">filter :: (a -⁠> Boolean) -⁠> [a] -⁠> [a]</a></code></h3>
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": "0.5.0",
3+
"version": "1.0.0",
44
"description": "Generate Markdown documentation from code comments",
55
"license": "MIT",
66
"homepage": "https://github.com/plaid/transcribe",

0 commit comments

Comments
 (0)