Skip to content

Commit

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

## Unreleased

## 5.1.0 - 2021-01-13

### Fixed

* PR #96: Improve tree shaking for longs (by @alfonsogarciacaro)

## 5.0.0 - 2020-10-13

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ let mochaTest = BuildTask.create "MochaTest" [ clean.IfNeeded; yarnInstall; dotn
Yarn.exec ("run mocha " + projDirOutput) id
}

let publish = BuildTask.create "Publish" [ clean; dotnetRestore ] {
let publish = BuildTask.create "Publish" [ clean; dotnetRestore; mochaTest ] {
let version = getLastVersion()
pushNuget version projectFile
}
Expand Down
2 changes: 1 addition & 1 deletion nacara.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
editUrl: "https://github.com/thoth-org/Thoth.Json/edit/master/docs",
title: "Thoth.Json",
debug: true,
version: "5.0.0",
version: "5.1.0",
navbar: {
showVersion: true,
links: [
Expand Down
2 changes: 1 addition & 1 deletion src/Thoth.Json.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you are interested on using it against .NET Core or .NET Framework, please us
<RepositoryUrl>https://github.com/thoth-org/Thoth.Json</RepositoryUrl>
<PackageTags>fable;fsharp;json</PackageTags>
<Authors>Maxime Mangel</Authors>
<Version>5.0.0</Version>
<Version>5.1.0</Version>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
Expand Down

0 comments on commit 81a2a63

Please sign in to comment.