Skip to content

Commit

Permalink
bump v1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samber committed Nov 28, 2022
1 parent 23ae73b commit 4c57f6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

@samber: I sometimes forget to update this file. Ping me on [Twitter](https://twitter.com/samuelberthe) or open an issue in case of error. We need to keep a clear changelog for easier lib upgrade.

## 1.36.0 (2022-11-28)

Adding:
- lo.AttemptWhile
- lo.AttemptWhileWithDelay

## 1.35.0 (2022-11-15)

Adding:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -230,7 +230,9 @@ Function helpers:
Concurrency helpers:

- [Attempt](#attempt)
- [AttemptWhile](#attemptwhile)
- [AttemptWithDelay](#attemptwithdelay)
- [AttemptWhileWithDelay](#attemptwhilewithdelay)
- [Debounce](#debounce)
- [Synchronize](#synchronize)
- [Async](#async)
Expand Down

0 comments on commit 4c57f6b

Please sign in to comment.