Skip to content

Commit 8f366c2

Browse files
committed
docs: added info changelog
1 parent 1995306 commit 8f366c2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ console.log(parsePrice('abc')) // 0
7575

7676
---
7777

78+
## Changelog
79+
80+
All notable changes to this project will be documented in [here](https://richecr.github.io/holo-fn/changelog).
81+
7882
## 🤝 Contributing
7983

8084
Please refer to [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to run tests, build the library, and contribute.

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ import { fromThrowable } from 'holo-fn/result'
8585
| **Example of `map`** | `maybeValue.map(value => value * 2)` | `eitherValue.map(value => value * 2)` | `resultValue.map(value => value * 2)` |
8686
| **Example of `chain`** | `maybeValue.chain(value => fromNullable(value))` | `eitherValue.chain(value => new Right(value))` | `resultValue.chain(value => new Ok(value))` |
8787

88+
## Changelog
89+
90+
All notable changes to this project will be documented in [here](https://richecr.github.io/holo-fn/changelog).
91+
8892
## 🤝 Contributing
8993

9094
We welcome contributions to **holo-fn**! Please refer to the [CONTRIBUTING.md](CONTRIBUTING.md) for detailed instructions on how to run tests, build the library, and contribute.

0 commit comments

Comments
 (0)