From 9a28ee7fbd07b2cde124ade461d2f35f67332242 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:26:55 -0700 Subject: [PATCH] version bump to 2.59.1 for release --- CHANGELOG.md | 3 +++ package-lock.json | 4 ++-- package.json | 2 +- src/version.js | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51f3ffc92..c37da00d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## version 2.59.1 - 2024/10/23 + + * Moved the "Focus on Selected" toggle next to the "Show confidence intervals" toggle. ([#1875](https://github.com/nextstrain/auspice/pull/1875)) diff --git a/package-lock.json b/package-lock.json index 4a85b8dfa..0a95d5a2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auspice", - "version": "2.59.0", + "version": "2.59.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auspice", - "version": "2.59.0", + "version": "2.59.1", "license": "AGPL-3.0-only", "dependencies": { "@babel/core": "^7.3.4", diff --git a/package.json b/package.json index 9ab247d8e..1acf4194d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auspice", - "version": "2.59.0", + "version": "2.59.1", "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 eb0f7e7d2..eb880a450 100644 --- a/src/version.js +++ b/src/version.js @@ -1,4 +1,4 @@ -const version = "2.59.0"; +const version = "2.59.1"; module.exports = { version