Skip to content

Commit

Permalink
Incremented to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjamesmalcolm committed Oct 15, 2020
1 parent 771c7a5 commit 5325728
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,20 @@ 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.0](https://github.com/alexjamesmalcolm/use-resource/compare/v0.1.25...v0.2.0)

- Fixing reduce type and multiple calls for a single resourceId [`#4`](https://github.com/alexjamesmalcolm/use-resource/pull/4)
- Created test to prevent overfetching [`1d0e822`](https://github.com/alexjamesmalcolm/use-resource/commit/1d0e822da2c05b62e08d811964c3d4f494317e0f)
- Added Counter feature from template to use as a future example [`30c7bd9`](https://github.com/alexjamesmalcolm/use-resource/commit/30c7bd9294f90c5621f945fa53da70bd3b2c2ed2)
- Prevented two useResource with the same id from both trying to get resource [`9d6e978`](https://github.com/alexjamesmalcolm/use-resource/commit/9d6e97834c2342a098eda421664becf082620d89)

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

> 10 October 2020
- Fixed build [`299ec35`](https://github.com/alexjamesmalcolm/use-resource/commit/299ec35c384cf8b2c560a858fff506417504cc46)
- Improved build tsconfig.json [`2edba4c`](https://github.com/alexjamesmalcolm/use-resource/commit/2edba4ccf454a01e9a17e52da2222db327446ae8)
- Added build folder to .npmignore [`995143d`](https://github.com/alexjamesmalcolm/use-resource/commit/995143ddbcf3bc6bcda7f658ace5e4f9d360e48d)
- Incremented to 0.1.25 [`fa8c95d`](https://github.com/alexjamesmalcolm/use-resource/commit/fa8c95d83bd212cc42821e3cfb9d206013fc0a11)

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

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": "@alexjamesmalcolm/use-resource",
"version": "0.1.25",
"version": "0.2.0",
"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 5325728

Please sign in to comment.