diff --git a/CHANGELOG.md b/CHANGELOG.md index 902ddc7b2..87e894987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## version 1.14.3 - 2018/03/01 + * Bug fix where tip colours reverted to their initial colours after a layout change. [issue 519](https://github.com/nextstrain/auspice/issues/519) ## version 1.14.2 - 2018/02/28 diff --git a/package.json b/package.json index cafe08ffc..6f03cb25c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextstrain-auspice", - "version": "1.14.2", + "version": "1.14.3", "description": "Nextstrain auspice", "scripts": { "clean": "rimraf dist", diff --git a/src/version.js b/src/version.js index e7b4c0504..5b19ef4e1 100644 --- a/src/version.js +++ b/src/version.js @@ -1 +1 @@ -export const version = "1.14.2"; +export const version = "1.14.3";