Skip to content

Commit

Permalink
Prepare for v2.12.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jun 21, 2024
1 parent d7597c5 commit a6f967b
Show file tree
Hide file tree
Showing 3 changed files with 25 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 2.12.2

Done in 0.74s.

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

Done in 0.81s.
Expand Down
20 changes: 20 additions & 0 deletions website/blog/2024-06-21-v2.12.2-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: v2.12.2 Release
date: 2024-06-21 10:38:13
tags: ['release', 'jbrowse 2']
---

This is another hotfix release similar to v2.12.1

## Downloads

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

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 2.12.2

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": "v2.12.1"
"currentVersion": "v2.12.2"
}
}

0 comments on commit a6f967b

Please sign in to comment.