File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,23 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ v1.0.2] ( https://github.com/nebarf/react-http-fetch/compare/v1.0.1...v1.0.2 )
8
+ ## [ v1.0.3] ( https://github.com/nebarf/react-http-fetch/compare/v1.0.2...v1.0.3 )
9
+
10
+ ### Merged
11
+
12
+ - Move react-fast-compare from peer dependency to standard dependency [ ` #54 ` ] ( https://github.com/nebarf/react-http-fetch/pull/54 )
13
+
14
+ ## [ v1.0.2] ( https://github.com/nebarf/react-http-fetch/compare/v1.0.1...v1.0.2 ) - 2022-04-09
9
15
10
16
### Merged
11
17
12
18
- prevent renovate to pin dependencies [ ` #42 ` ] ( https://github.com/nebarf/react-http-fetch/pull/42 )
13
19
- Move react-fast-compare to peer dependencies [ ` #41 ` ] ( https://github.com/nebarf/react-http-fetch/pull/41 )
14
20
21
+ ### Commits
22
+
23
+ - Release v1.0.2 [ ` 35c3a43 ` ] ( https://github.com/nebarf/react-http-fetch/commit/35c3a43fd1436599a7d4314ee2a5b58f448db1b4 )
24
+
15
25
## [ v1.0.1] ( https://github.com/nebarf/react-http-fetch/compare/v1.0.0...v1.0.1 ) - 2022-02-26
16
26
17
27
### Commits
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-http-fetch" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " An http library for React JS built on top of native JS fetch" ,
5
5
"main" : " index.js" ,
6
6
"module" : " ./lib/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments