Skip to content

Commit c1cd945

Browse files
committed
Release 2.7.0
1 parent 0c507bb commit c1cd945

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 2.7.0
2+
3+
- Fix JS output for ContentRange (by @Darkle)
4+
15
### 2.6.0
26

37
- Add create overload for Response objects

src/Fable.Fetch.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<Version>2.6.0</Version>
5-
<PackageVersion>2.6.0</PackageVersion>
4+
<Version>2.7.0</Version>
5+
<PackageVersion>2.7.0</PackageVersion>
66
<TargetFramework>netstandard2.0</TargetFramework>
77
</PropertyGroup>
88
<ItemGroup>

0 commit comments

Comments
 (0)