From b63eb8a1d118d661b7fc808637d21d8bbb5b7f5d Mon Sep 17 00:00:00 2001 From: james hadfield Date: Mon, 29 Apr 2024 09:51:21 +1200 Subject: [PATCH] version bump to 2.53.0 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 f4b9dd914..7b6808bc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## version 2.53.0 - 2024/04/29 + + * Add a download-JSON button within the downloads modal. This is disabled for GISAID sourced data. ([#1764](https://github.com/nextstrain/auspice/pull/1764)) * Add link-outs to load the current dataset in external platforms MicrobeTrace and Taxonium. Note this functionality only works when Auspice is running within the larger nextstrain.org server. ([#1763](https://github.com/nextstrain/auspice/pull/1763)) diff --git a/package-lock.json b/package-lock.json index 322d42428..f9b42088a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auspice", - "version": "2.52.1", + "version": "2.53.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auspice", - "version": "2.52.1", + "version": "2.53.0", "license": "AGPL-3.0-only", "dependencies": { "@babel/core": "^7.3.4", diff --git a/package.json b/package.json index f9356de67..0f375ceb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auspice", - "version": "2.52.1", + "version": "2.53.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 d9caf0ae5..5dc7601c8 100644 --- a/src/version.js +++ b/src/version.js @@ -1,4 +1,4 @@ -const version = "2.52.1"; +const version = "2.53.0"; module.exports = { version