Skip to content

Commit

Permalink
version bump to 2.8.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshadfield committed Mar 20, 2020
1 parent c4adc54 commit a6b4ce5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
title: Changelog
---

## version 2.8.0 - 2020/03/20


* Allow right-to-left text in narratives [See PR 960](https://github.com/nextstrain/auspice/pull/960)
* Introduce a testing framework. [See PR 943](https://github.com/nextstrain/auspice/pull/943)
* Modify byline for SARS-CoV-2 datasets when viewed on nextstrain.org
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auspice",
"version": "2.7.0",
"version": "2.8.0",
"description": "Web app for visualizing pathogen evolution",
"author": "James Hadfield, Trevor Bedford and Richard Neher",
"license": "AGPL-3.0-only",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const version = "2.7.0";
const version = "2.8.0";

module.exports = {
version
Expand Down

0 comments on commit a6b4ce5

Please sign in to comment.