Skip to content

Commit

Permalink
Release version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Jul 7, 2021
1 parent 3c92ea9 commit 8521489
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Changed

## 3.0.1 - 2021-07-06

### Changed

* Lower `Fsharp.Core` requirements

## 3.0.0 - 2021-07-06

### Changed
Expand Down
4 changes: 2 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ nuget Fable.Core
nuget Fable.Fetch
nuget Fable.Promise
nuget Thoth.Json ~> 6
nuget FSharp.Core redirects:force
nuget FSharp.Core ~> 4.7.2 redirects:force
nuget Fable.Node

group Grammars
Expand All @@ -29,4 +29,4 @@ group netcorebuild
nuget Fake.IO.FileSystem
nuget Fake.Tools.Git
nuget Fake.JavaScript.Yarn
nuget Fake.Api.GitHub
nuget Fake.Api.GitHub
2 changes: 1 addition & 1 deletion paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ NUGET
Fable.Promise (2.0)
Fable.Core (>= 3.0) - restriction: >= netstandard2.0
FSharp.Core (>= 4.5.2) - restriction: >= netstandard2.0
FSharp.Core (5.0.2) - redirects: force
FSharp.Core (4.7.2) - redirects: force
Thoth.Json (6.0)
Fable.Core (>= 3.1.6) - restriction: >= netstandard2.0
FSharp.Core (>= 4.7.2) - restriction: >= netstandard2.0
Expand Down
2 changes: 1 addition & 1 deletion src/Thoth.Fetch.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RepositoryUrl>https://github.com/thoth-org/Thoth.Fetch</RepositoryUrl>
<PackageTags>fable;fsharp;fetch</PackageTags>
<Authors>Maxime Mangel</Authors>
<Version>3.0.0</Version>
<Version>3.0.1</Version>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
Expand Down

0 comments on commit 8521489

Please sign in to comment.