Skip to content

Commit

Permalink
version bump to 2.45.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Mar 8, 2023
1 parent 2794538 commit f06ff45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
title: Changelog
---

## version 2.45.0 - 2023/03/08


* Remove support for Node.js version 12. ([#1560](https://github.com/nextstrain/auspice/pull/1560))
* Add support for Node.js version 18 and NPM version 9. ([#1560](https://github.com/nextstrain/auspice/pull/1560))

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auspice",
"version": "2.44.0",
"version": "2.45.0",
"description": "Web app for visualizing pathogen evolution",
"author": "James Hadfield, Trevor Bedford and Richard Neher",
"license": "AGPL-3.0-only",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const version = "2.44.0";
const version = "2.45.0";

module.exports = {
version
Expand Down

0 comments on commit f06ff45

Please sign in to comment.