From 42c281a33231f3ae412ad9d4b6368feb962f1b1e Mon Sep 17 00:00:00 2001 From: james hadfield Date: Mon, 9 Mar 2020 16:54:54 +1300 Subject: [PATCH] version bump to 2.6.0 for release --- CHANGELOG.md | 3 +++ package.json | 2 +- src/version.js | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b88a103dd..cd7a3387b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ title: Changelog --- +## version 2.6.0 - 2020/03/09 + + * Highlight tips which (partially) match strain search. [See PR 930](https://github.com/nextstrain/auspice/pull/930) * Allow HTML tables in narratives (main-auspice-display-markdown). [See PR 924](https://github.com/nextstrain/auspice/pull/924) * Add hidden URL query to force open / close state of legend. [See PR 923](https://github.com/nextstrain/auspice/pull/923) diff --git a/package.json b/package.json index 7d6f5d4f1..929b574c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auspice", - "version": "2.5.7", + "version": "2.6.0", "description": "Web app for visualizing pathogen evolution", "author": "James Hadfield, Trevor Bedford and Richard Neher", "license": "AGPL-3.0-only", diff --git a/src/version.js b/src/version.js index e67247772..f9b974960 100644 --- a/src/version.js +++ b/src/version.js @@ -1,4 +1,4 @@ -const version = "2.5.7"; +const version = "2.6.0"; module.exports = { version