Skip to content

Commit 315e3d2

Browse files
committed
🔖 4.1.0
1 parent 1563f22 commit 315e3d2

2 files changed

Lines changed: 4 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

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

9-
## [4.1.0-3](https://github.com/exah/react-universal-data/compare/4.1.0-2...4.1.0-3) - 2020-05-08
10-
11-
## [4.1.0-2](https://github.com/exah/react-universal-data/compare/4.1.0-1...4.1.0-2) - 2020-05-08
12-
13-
### Improved
14-
15-
- ♻️ Do not delete cached value after initial render [`b278eb2`](https://github.com/exah/react-universal-data/commit/b278eb2069c30184a2d7f9d3a79dff4d0c332f53)
16-
- ♻️ Use cached value on server if possible [`bfe1118`](https://github.com/exah/react-universal-data/commit/bfe1118f841169c1ff9b1de05a9cb2bbc3dc1d7e)
17-
18-
### Dependencies
19-
20-
- ⬆️ Bump deps [`7ea5b47`](https://github.com/exah/react-universal-data/commit/7ea5b47583d4b9a434b9c2891ea84074eeea5f53)
21-
22-
## [4.1.0-1](https://github.com/exah/react-universal-data/compare/4.1.0-0...4.1.0-1) - 2020-05-08
23-
24-
### Improved
25-
26-
- ♻️ Move "browser" logic to separate file [`ede7b6a`](https://github.com/exah/react-universal-data/commit/ede7b6a80bb4ff02a51d0472bbf399b907c01237)
27-
28-
## [4.1.0-0](https://github.com/exah/react-universal-data/compare/4.0.2...4.1.0-0) - 2020-05-07
29-
### Added
30-
31-
- ✨ Add `ttl` [`e1ce0c3`](https://github.com/exah/react-universal-data/commit/e1ce0c338ed04dd41e674223379f2ad38354a68d)
9+
## [4.1.0](https://github.com/exah/react-universal-data/compare/4.0.2...4.1.0) - 2020-05-09
10+
### Merged
11+
- ✨ Add simple cache [`#10`](https://github.com/exah/react-universal-data/pull/10)
3212

3313
## [4.0.2](https://github.com/exah/react-universal-data/compare/4.0.1...4.0.2) - 2020-04-26
3414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-universal-data",
3-
"version": "4.1.0-3",
3+
"version": "4.1.0",
44
"description": "Easy to use hook for getting data on client and server side with effortless hydration of state",
55
"author": "John Grishin <hi@johngrish.in>",
66
"license": "MIT",

0 commit comments

Comments
 (0)