Skip to content

Commit 88a8f35

Browse files
chore(release): 0.1.1
1 parent 34a2b2b commit 88a8f35

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.1.1](https://github.com/thewilkybarkid/fetch-fp-ts/compare/v0.1.0...v0.1.1) (2022-03-31)
6+
7+
8+
### Features
9+
10+
* add headers to requests ([09c2315](https://github.com/thewilkybarkid/fetch-fp-ts/commit/09c2315ba70fe44df7b3e1abb1549407e3244d8f))
11+
* construct requests from a URL object ([8d9db00](https://github.com/thewilkybarkid/fetch-fp-ts/commit/8d9db0075052ab0056f7d2fd25aabfc963ae1593))
12+
* get the response body ([34a2b2b](https://github.com/thewilkybarkid/fetch-fp-ts/commit/34a2b2b3d21e9b2bbee140e533a480039f361e9d))
13+
* refine responses by status ([5cae751](https://github.com/thewilkybarkid/fetch-fp-ts/commit/5cae751d8fcec89a2b1c3239f971d8103c766c6f))
14+
515
## 0.1.0 (2022-03-28)
616

717

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fetch-fp-ts",
33
"description": "A fetch wrapper for use with fp-ts.",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"license": "MIT",
66
"homepage": "https://github.com/thewilkybarkid/fetch-fp-ts",
77
"repository": "github:thewilkybarkid/fetch-fp-ts",

0 commit comments

Comments
 (0)