Skip to content

Commit cf85e8b

Browse files
committed
Release v1.0.5
1 parent 65b49db commit cf85e8b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ 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.4](https://github.com/nebarf/react-http-fetch/compare/v1.0.3...v1.0.4)
8+
## [v1.0.5](https://github.com/nebarf/react-http-fetch/compare/v1.0.4...v1.0.5)
9+
10+
### Commits
11+
12+
- Refactor before-release script by using simple-git library [`65b49db`](https://github.com/nebarf/react-http-fetch/commit/65b49db4b79918b4a45a2388066a903a15b6fb6b)
13+
14+
## [v1.0.4](https://github.com/nebarf/react-http-fetch/compare/v1.0.3...v1.0.4) - 2022-04-17
915

1016
### Merged
1117

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.4",
3+
"version": "1.0.5",
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)