We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c507bb commit c1cd945Copy full SHA for c1cd945
RELEASE_NOTES.md
@@ -1,3 +1,7 @@
1
+### 2.7.0
2
+
3
+- Fix JS output for ContentRange (by @Darkle)
4
5
### 2.6.0
6
7
- Add create overload for Response objects
src/Fable.Fetch.fsproj
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <Version>2.6.0</Version>
- <PackageVersion>2.6.0</PackageVersion>
+ <Version>2.7.0</Version>
+ <PackageVersion>2.7.0</PackageVersion>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
8
<ItemGroup>
0 commit comments