diff --git a/CHANGELOG.md b/CHANGELOG.md index 842330658..1713debb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## Nextclade Web 1.13.2, Nextclade CLI 1.10.3, Nextalign CLI 1.10.3 (2022-02-15) + +This is a bug fix release. + +### [Fix] Ignore private reversions of deletions when calculating divergence + +Since their introduction, individual private reversions of deletions contributed extra to divergence. This was unexpected, so we removed reversions of deletions from consideration when calculating divergence in Nextclade. + +### [Fix] Sort private substitutions on the tree + +Private substitutions are now sorted by position when they are displayed on the tree page + +### [Fix] "truncated" text in the insertions tooltip + +In Nextclade Web, long insertions no longer have a visual bug when the "truncated" text is displayed twice. + + ## Nextclade Web 1.13.1, Nextclade CLI 1.10.2, Nextalign CLI 1.10.2 (2022-02-01) This is a bug fix release. diff --git a/VERSION b/VERSION index 5ad2491cf..587c5f0c7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.10.2 +1.10.3 diff --git a/packages/web/package.json b/packages/web/package.json index 476ec44cd..ee0815266 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@nextstrain/nextclade-web", - "version": "1.13.1", + "version": "1.13.2", "description": "Clade assignment, mutation calling, and sequence quality checks", "homepage": "https://clades.nextstrain.org", "repository": {