diff --git a/CHANGELOG.md b/CHANGELOG.md index 670a190..9743f63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1.24](https://github.com/alexjamesmalcolm/use-resource/compare/v0.1.23...v0.1.24) + +- Gave data the same type as what getResource resolves to [`2c02c94`](https://github.com/alexjamesmalcolm/use-resource/commit/2c02c94def185193220bf51b37ab139051530e9f) +- Upgraded out of date dependencies [`97d932b`](https://github.com/alexjamesmalcolm/use-resource/commit/97d932bc717088175ddaf3349cecb27d559b37cd) +- Update and rename acquiring-immediately.md to acquiring-manually.md [`248c186`](https://github.com/alexjamesmalcolm/use-resource/commit/248c186321526c3cae91fa46c00dd5e839a3ad75) + #### [v0.1.23](https://github.com/alexjamesmalcolm/use-resource/compare/v0.1.22...v0.1.23) > 8 July 2020 - Allowed a function to be passed to ttl [`3e15a9e`](https://github.com/alexjamesmalcolm/use-resource/commit/3e15a9ebed426a0e7d73fadc399cd5ab97988928) +- Incremented to 0.1.23 [`c4af0bb`](https://github.com/alexjamesmalcolm/use-resource/commit/c4af0bba6a4657d45cc8b3334462011a08877804) #### [v0.1.22](https://github.com/alexjamesmalcolm/use-resource/compare/v0.1.21...v0.1.22) diff --git a/package.json b/package.json index d5e15fa..d1a2d12 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "homepage": "http://www.alexjamesmalcolm.com/use-resource/", "private": false, - "version": "0.1.23", + "version": "0.1.24", "main": "output/index.js", "scripts": { "start": "react-scripts start", @@ -80,4 +80,4 @@ "react-app" ] } -} +} \ No newline at end of file