Skip to content

Commit

Permalink
Add v2.1.0 to Changelog links, threshold to stryker conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Bogart committed Feb 9, 2021
1 parent d4f6646 commit d25ca93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/changelog/README.md
Expand Up @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]


## [v2.1.0]
### Added
- Moved docs to use [VuePress](https://github.com/vuepress/vuepress-next).
Expand Down Expand Up @@ -174,7 +175,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Barebones release of Fixture Riveter: fixtures, traits, associations
- Barebones tutorial

[Unreleased]: https://github.com/Batteri/fixture-riveter/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/Batteri/fixture-riveter/compare/v2.1.0...HEAD
[v2.1.0]: https://github.com/Batterii/fixture-riveter/releases/tag/v2.1.0
[v2.0.0]: https://github.com/Batterii/fixture-riveter/releases/tag/v2.0.0
[v1.7.0]: https://github.com/Batterii/fixture-riveter/releases/tag/v1.7.0
[v1.6.0]: https://github.com/Batterii/fixture-riveter/releases/tag/v1.6.0
Expand Down
1 change: 1 addition & 0 deletions stryker.conf.js
Expand Up @@ -4,6 +4,7 @@
module.exports = {
packageManager: "npm",
reporters: ["html", "progress"],
thresholds: { high: 80, low: 80, break: 80 },
testRunner: "mocha",
coverageAnalysis: "perTest",
buildCommand: 'npm run build',
Expand Down

0 comments on commit d25ca93

Please sign in to comment.