Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mupperton committed Oct 11, 2022
1 parent 425e3ed commit d804ceb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes will be included in this file.

# Beta releases

## 0.2.1 (2022-10-11)

### Fixes

* Fixed typings for promises, no longer have return types of `Promise<Promise<T>>` ([425e3ed](https://github.com/mupperton/phunky/commit/425e3ed98d11f769a880b01f495b65fc1317081e))

## 0.2.0 (2022-10-11)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phunky",
"version": "0.2.0",
"version": "0.2.1",
"description": "Funky promise-based cached thunk",
"keywords": [
"thunk",
Expand Down

0 comments on commit d804ceb

Please sign in to comment.