Skip to content

Commit

Permalink
Incremented to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjamesmalcolm committed Nov 10, 2020
1 parent e7dbc1d commit 234bfe6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.2.3](https://github.com/alexjamesmalcolm/use-resource/compare/v0.2.2...v0.2.3)

- Upgrading dev packages [`e7dbc1d`](https://github.com/alexjamesmalcolm/use-resource/commit/e7dbc1d5038ac900e3977a5853048c440255355e)
- Hardened against when getResource doesn't return a Promise [`b351a7d`](https://github.com/alexjamesmalcolm/use-resource/commit/b351a7dd31892ad8674111e2b65bccf16c899502)

#### [v0.2.2](https://github.com/alexjamesmalcolm/use-resource/compare/v0.2.1...v0.2.2)

> 7 November 2020
- Switched to faster uuid generator [`b374995`](https://github.com/alexjamesmalcolm/use-resource/commit/b3749955dafc54e704363982e02c3ab9e46a6ebd)
- Incremented to 0.2.2 [`6eaf304`](https://github.com/alexjamesmalcolm/use-resource/commit/6eaf304f305124348cb4bc7512bc2ee09db33cfe)
- Improved performance of UNASSIGNing [`a873579`](https://github.com/alexjamesmalcolm/use-resource/commit/a8735798edd57ef29f67b45355a5782ad0c47512)
- Reduced execution time of utils.test.ts [`8389af7`](https://github.com/alexjamesmalcolm/use-resource/commit/8389af7558d522269450fe8b46c86ea989991003)

#### [v0.2.1](https://github.com/alexjamesmalcolm/use-resource/compare/v0.2.0...v0.2.1)

Expand Down
2 changes: 1 addition & 1 deletion 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": "@alexjamesmalcolm/use-resource",
"version": "0.2.2",
"version": "0.2.3",
"description": "A React hook that assists in retrieving remote data and caching via redux by abstracting the Auto Effect pattern.",
"private": false,
"license": "MIT",
Expand Down

0 comments on commit 234bfe6

Please sign in to comment.