Skip to content

Commit

Permalink
Incremented to 0.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjamesmalcolm committed Oct 1, 2020
1 parent 97d932b commit c14ffb7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions 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.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)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -80,4 +80,4 @@
"react-app"
]
}
}
}

0 comments on commit c14ffb7

Please sign in to comment.