Skip to content

Commit

Permalink
Incremented to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjamesmalcolm committed Nov 7, 2020
1 parent 8389af7 commit 6eaf304
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,21 @@ 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.2](https://github.com/alexjamesmalcolm/use-resource/compare/v0.2.1...v0.2.2)

- Switched to faster uuid generator [`b374995`](https://github.com/alexjamesmalcolm/use-resource/commit/b3749955dafc54e704363982e02c3ab9e46a6ebd)
- 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)

> 7 November 2020
- Preventing acquireImmediately hooks from causing UI to flash [`#10`](https://github.com/alexjamesmalcolm/use-resource/pull/10)
- Gave data a possibly undefined type [`#8`](https://github.com/alexjamesmalcolm/use-resource/pull/8)
- Removed package-lock.json from .gitignore [`94ec9a2`](https://github.com/alexjamesmalcolm/use-resource/commit/94ec9a2a30604fcd443d476ce760087ac6ed5c11)
- Incremented to 0.2.1 [`3fa1b01`](https://github.com/alexjamesmalcolm/use-resource/commit/3fa1b0124066789109e25e30eabc05f9b2c786d8)
- Removed icons [`3803a06`](https://github.com/alexjamesmalcolm/use-resource/commit/3803a06679fd1e52836e3d6e3ab911cd37094a6d)
- Changed name of npm-publish.yml [`a739ded`](https://github.com/alexjamesmalcolm/use-resource/commit/a739ded627ab0b6bab7f142ddd14431873040e7f)

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

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.1",
"version": "0.2.2",
"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 6eaf304

Please sign in to comment.