@ -2,6 +2,9 @@
title: Changelog
---
## version 2.13.0 - 2020/04/20
#### Testing
* Add smoke-testing to check that certain URLs render by checking the presence of strings in the DOM.
@ -1,6 +1,6 @@
{
"name": "auspice",
"version": "2.12.0",
"version": "2.13.0",
"description": "Web app for visualizing pathogen evolution",
"author": "James Hadfield, Trevor Bedford and Richard Neher",
"license": "AGPL-3.0-only",
@ -1,4 +1,4 @@
const version = "2.12.0";
const version = "2.13.0";
module.exports = {
version