Skip to content

Commit dc02938

Browse files
committed
Release v1.0.1
1 parent ee456a0 commit dc02938

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +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.0](https://github.com/nebarf/react-http-fetch/compare/v1.0.0-rc.0...v1.0.0)
8+
## [v1.0.1](https://github.com/nebarf/react-http-fetch/compare/v1.0.0...v1.0.1)
9+
10+
## [v1.0.0](https://github.com/nebarf/react-http-fetch/compare/v1.0.0-rc.0...v1.0.0) - 2022-02-26
911

1012
### Commits
1113

14+
- Release v1.0.0 [`ee456a0`](https://github.com/nebarf/react-http-fetch/commit/ee456a0ed3ce7dc7f1bb9eb7bf519a2fba2cdd33)
1215
- Do not require new commits since last release [`2615de7`](https://github.com/nebarf/react-http-fetch/commit/2615de7cace6e3f5b462639bbcc25711a793c0a4)
1316

1417
## [v1.0.0-rc.0](https://github.com/nebarf/react-http-fetch/compare/v1.0.0-beta.3...v1.0.0-rc.0) - 2022-01-07

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