From 82f7d5ea7f7a6f41c081b0d3531a13893e6c3058 Mon Sep 17 00:00:00 2001 From: james hadfield Date: Fri, 2 Nov 2018 09:42:05 -0700 Subject: [PATCH] version bump to 1.32.0 for release --- CHANGELOG.md | 2 ++ package.json | 2 +- src/version.js | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b9482495..eef114e59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## version 1.32.0 - 2018/11/02 + * Allow `hidden` property on tree nodes -- [PR 676](https://github.com/nextstrain/auspice/pull/676) * Update packages & package.json metadata -- [PR 677](https://github.com/nextstrain/auspice/pull/677) [PR 678](https://github.com/nextstrain/auspice/pull/678) [PR 679](https://github.com/nextstrain/auspice/pull/679) * Restore hot-reloading ability for development (above PRs) diff --git a/package.json b/package.json index cfc96b17b..7a5b76aba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auspice", - "version": "1.31.0", + "version": "1.32.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 02f105d63..cee4570ad 100644 --- a/src/version.js +++ b/src/version.js @@ -1,4 +1,4 @@ -const version = "1.31.0"; +const version = "1.32.0"; module.exports = { version