Skip to content

Commit 35c3a43

Browse files
committed
Release v1.0.2
1 parent 0cc23c5 commit 35c3a43

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,18 @@ 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.1](https://github.com/nebarf/react-http-fetch/compare/v1.0.0...v1.0.1)
8+
## [v1.0.2](https://github.com/nebarf/react-http-fetch/compare/v1.0.1...v1.0.2)
9+
10+
### Merged
11+
12+
- prevent renovate to pin dependencies [`#42`](https://github.com/nebarf/react-http-fetch/pull/42)
13+
- Move react-fast-compare to peer dependencies [`#41`](https://github.com/nebarf/react-http-fetch/pull/41)
14+
15+
## [v1.0.1](https://github.com/nebarf/react-http-fetch/compare/v1.0.0...v1.0.1) - 2022-02-26
16+
17+
### Commits
18+
19+
- Release v1.0.1 [`dc02938`](https://github.com/nebarf/react-http-fetch/commit/dc02938c7c27cc91d540ab4c9028d3842fed811e)
920

1021
## [v1.0.0](https://github.com/nebarf/react-http-fetch/compare/v1.0.0-rc.0...v1.0.0) - 2022-02-26
1122

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