Skip to content

Commit 0c493f3

Browse files
committed
Release v1.0.4
1 parent d0f25a6 commit 0c493f3

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,28 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [v1.0.3](https://github.com/nebarf/react-http-fetch/compare/v1.0.2...v1.0.3)
8+
## [v1.0.4](https://github.com/nebarf/react-http-fetch/compare/v1.0.3...v1.0.4)
9+
10+
### Merged
11+
12+
- Upgrade to React 18 [`#40`](https://github.com/nebarf/react-http-fetch/pull/40)
13+
14+
### Commits
15+
16+
- Remove @testing-library/react-hooks dependency. Update tests suite by using the new renderHook API [`aa2618e`](https://github.com/nebarf/react-http-fetch/commit/aa2618e702380f961525d5d54855880949ba9cdb)
17+
- Temporary force resolution of react and react-dom typings [`cf29065`](https://github.com/nebarf/react-http-fetch/commit/cf2906546d487babf216b3ed2f2acfe233c6323d)
18+
- Run tests against multiple React versions [`7da8b91`](https://github.com/nebarf/react-http-fetch/commit/7da8b910f0d4861efebb6227361d39c0b74e233a)
19+
20+
## [v1.0.3](https://github.com/nebarf/react-http-fetch/compare/v1.0.2...v1.0.3) - 2022-04-10
921

1022
### Merged
1123

1224
- Move react-fast-compare from peer dependency to standard dependency [`#54`](https://github.com/nebarf/react-http-fetch/pull/54)
1325

26+
### Commits
27+
28+
- Release v1.0.3 [`0014f7c`](https://github.com/nebarf/react-http-fetch/commit/0014f7c0f15561d0892a1ad216f9c88be7289f6d)
29+
1430
## [v1.0.2](https://github.com/nebarf/react-http-fetch/compare/v1.0.1...v1.0.2) - 2022-04-09
1531

1632
### Merged

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-http-fetch",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "An http library for React JS built on top of native JS fetch",
55
"main": "index.js",
66
"module": "./lib/esm/index.js",

0 commit comments

Comments
 (0)