Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agmoss committed Oct 7, 2022
1 parent 7fff285 commit 430b59a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


# [0.2.0](https://github.com/agmoss/use-query-rd/compare/0.1.0...0.2.0) (2022-10-07)


### Features

* Adding RD constructors, map, more tests ([7fff285](https://github.com/agmoss/use-query-rd/commit/7fff285da8e08c083d37691bfad244815b5f93bd))

# [0.1.0](https://github.com/agmoss/use-query-rd/compare/0.0.4...0.1.0) (2022-10-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-query-rd",
"version": "0.1.0",
"version": "0.2.0",
"description": "A drop in replacement for apollo client's `useQuery` hook with a return type that mimics Elm's RemoteData ADT",
"keywords": [
"apollo",
Expand Down

0 comments on commit 430b59a

Please sign in to comment.