From e1caff5ac6f9e7958313c7b8460ad2d9e046d87b Mon Sep 17 00:00:00 2001 From: Thomas Sibley Date: Fri, 7 Sep 2018 11:03:58 -0700 Subject: [PATCH] version bump to 1.30.2 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 97c48a1f0..0b4418461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## version 1.30.2 - 2018/09/07 + * Publish the package to the npm registry from the release branch automatically. [[#660](https://github.com/nextstrain/auspice/pull/660), [#662](https://github.com/nextstrain/auspice/pull/662)] * Fix inability to run `npm` locally introduced by repo's `.npmrc` file. [[#661](https://github.com/nextstrain/auspice/issues/661)] diff --git a/package.json b/package.json index 62b9d7e8b..9eb95cfca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auspice", - "version": "1.30.1", + "version": "1.30.2", "description": "Web app for visualizing pathogen evolution", "author": "James Hadfield, Trevor Bedford and Richard Neher", "license": "AGPL", diff --git a/src/version.js b/src/version.js index cd86383f0..6b3178bb9 100644 --- a/src/version.js +++ b/src/version.js @@ -1,4 +1,4 @@ -const version = "1.30.1"; +const version = "1.30.2"; module.exports = { version