Skip to content

Commit

Permalink
Prepare for v3.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jan 30, 2025
1 parent 690a0fe commit 94923fa
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
yarn run v1.22.22 $ lerna-changelog --silent --silent --next-version 3.0.1

Done in 0.74s.

yarn run v1.22.22 $ lerna-changelog --silent --silent --next-version 3.0.0

## 3.0.0 (2025-01-29)
Expand Down
21 changes: 21 additions & 0 deletions website/blog/2025-01-30-v3.0.1-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: v3.0.1 Release
date: 2025-01-30 07:44:46
tags: ['release', 'jbrowse 2']
---

This release fixes the vanillajs build for the linear genome view the hover
genotype feature in v3.0.0

## Downloads

- [v3.0.1](https://github.com/GMOD/jbrowse-components/releases/tag/v3.0.1)

To install JBrowse 2 for the web, you can download the link above, or you can
use the JBrowse CLI to automatically download the latest version. See the
[JBrowse web quick start](https://jbrowse.org/jb2/docs/quickstart_web) for more
details.

yarn run v1.22.22 $ lerna-changelog --silent --silent --next-version 3.0.1

Done in 0.74s.
2 changes: 1 addition & 1 deletion website/docusaurus.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"organizationName": "GMOD",
"projectName": "jbrowse-components",
"customFields": {
"currentVersion": "v3.0.0"
"currentVersion": "v3.0.1"
}
}

0 comments on commit 94923fa

Please sign in to comment.