Skip to content

Commit e6cb290

Browse files
author
nebarf
committed
Release v1.0.0-alpha.1
1 parent 96ea896 commit e6cb290

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@ 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-alpha.0](https://github.com/nebarf/react-http-fetch/compare/v0.0.1...v1.0.0-alpha.0)
8+
## [v1.0.0-alpha.1](https://github.com/nebarf/react-http-fetch/compare/v1.0.0-alpha.0...v1.0.0-alpha.1)
9+
10+
11+
12+
13+
### Commits
14+
15+
- use-http-request: replace use-effect with use-compare-effect [`96ea896`](https://github.com/nebarf/react-http-fetch/commit/96ea896cf2b346ba85428882705e9e79f71ae3a9)
16+
17+
## [v1.0.0-alpha.0](https://github.com/nebarf/react-http-fetch/compare/v0.0.1...v1.0.0-alpha.0) - 2021-11-01
918

1019

1120
### Merged
@@ -20,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2029

2130
- Remove compiled source from versioning [`f8e6214`](https://github.com/nebarf/react-http-fetch/commit/f8e6214bdb170db59d1af7b59fff6dd6227e501c)
2231
- Remove occurrences of typescript import aliases [`77e0075`](https://github.com/nebarf/react-http-fetch/commit/77e00755b05afb7afe875c09c568523d6ce93896)
23-
- Make request hooks abortable by always dispatching abortable http requests [`9a4602a`](https://github.com/nebarf/react-http-fetch/commit/9a4602a527b7b2f15fd7ba86568ae343d838e62f)
32+
- Release v1.0.0-alpha.0 [`8e73b88`](https://github.com/nebarf/react-http-fetch/commit/8e73b88b6fefa8168744ceb523708b68c9ab1104)
2433

2534
## v0.0.1 - 2021-10-31
2635

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