Skip to content

Commit b79a153

Browse files
Push 2.2.0
1 parent 233a4af commit b79a153

5 files changed

Lines changed: 178 additions & 156 deletions

File tree

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 2.2.0
2+
3+
* PR #8: More optional parameters and enable aborting fetch signal @istreeter
4+
15
### 2.1.0
26

37
* `FormData` support

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ open PublishUtils
44
run "npm test"
55
match args with
66
| IgnoreCase "publish"::_ ->
7-
pushNuget "src/Fable.Fetch.fsproj"
7+
pushNuget "src/Fable.Fetch.fsproj" doNothing
88
| _ -> ()

0 commit comments

Comments
 (0)