File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,16 @@ 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.0-beta.2] ( https://github.com/nebarf/react-http-fetch/compare/v1.0.0-beta.1...v1.0.0-beta.2 )
8
+ ## [ v1.0.0-beta.3] ( https://github.com/nebarf/react-http-fetch/compare/v1.0.0-beta.2...v1.0.0-beta.3 )
9
+
10
+
11
+ ### Merged
12
+
13
+ - Run lib build before npm publish [ ` #36 ` ] ( https://github.com/nebarf/react-http-fetch/pull/36 )
14
+
15
+
16
+
17
+ ## [ 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
9
18
10
19
11
20
### Merged
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-http-fetch" ,
3
- "version" : " 1.0.0-beta.2 " ,
3
+ "version" : " 1.0.0-beta.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