File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,33 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ v1.0.0-beta.3] ( https://github.com/nebarf/react-http-fetch/compare/v1.0.0-beta.2...v1.0.0-beta.3 )
8+ ## [ v1.0.0-rc.0] ( https://github.com/nebarf/react-http-fetch/compare/v1.0.0-beta.3...v1.0.0-rc.0 )
9+
10+
11+ ### Merged
12+
13+ - Unabortable request [ ` #39 ` ] ( https://github.com/nebarf/react-http-fetch/pull/39 )
14+ - Tests [ ` #38 ` ] ( https://github.com/nebarf/react-http-fetch/pull/38 )
15+ - Check if main branch is up to date before releasing [ ` #37 ` ] ( https://github.com/nebarf/react-http-fetch/pull/37 )
16+
17+
18+ ### Commits
19+
20+ - http-cache tests [ ` 6732863 ` ] ( https://github.com/nebarf/react-http-fetch/commit/6732863feedb178d76eae8a878e0005407386964 )
21+ - use-http-request specs [ ` f53ab78 ` ] ( https://github.com/nebarf/react-http-fetch/commit/f53ab7850196a4ff629a4f79bc99df649702b816 )
22+ - Finalize http client specs [ ` d6cd714 ` ] ( https://github.com/nebarf/react-http-fetch/commit/d6cd714e349980b95f517fe5aa6dd669ae5898b1 )
23+
24+ ## [ v1.0.0-beta.3] ( https://github.com/nebarf/react-http-fetch/compare/v1.0.0-beta.2...v1.0.0-beta.3 ) - 2021-12-15
925
1026
1127### Merged
1228
1329- Run lib build before npm publish [ ` #36 ` ] ( https://github.com/nebarf/react-http-fetch/pull/36 )
1430
1531
32+ ### Commits
33+
34+ - Release v1.0.0-beta.3 [ ` 1a0b989 ` ] ( https://github.com/nebarf/react-http-fetch/commit/1a0b989d7d3e74e9468a5485f9887922791d8d52 )
1635
1736## [ v1.0.0-beta.2] ( https://github.com/nebarf/react-http-fetch/compare/v1.0.0-beta.1...v1.0.0-beta.2 ) - 2021-12-15
1837
Original file line number Diff line number Diff line change 11{
22 "name" : " react-http-fetch" ,
3- "version" : " 1.0.0-beta.3 " ,
3+ "version" : " 1.0.0-rc.0 " ,
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" ,
You can’t perform that action at this time.
0 commit comments