Skip to content

Commit

Permalink
Version 3.2.1-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
midlik committed Jul 19, 2024
1 parent 0ed97cd commit 0f8c5b1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file, following t
- PDBeMolstarPlugin.extensions.foldseek
- Added options `leftPanel`, `rightPanel`, `logPanel`
- All color options accept color names and hexcodes
- `visualStyle` option allows per-component specification

## [v3.2.0] - 2024-04-24
- Mol* core dependency updated to 3.45.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ npm run watch
- Bump version in `package.json` using semantic versioning
- Use a version number like "1.2.3-beta.1" for development versions (to be used in development environment wwwdev.ebi.ac.uk)
- Use a version number like "1.2.3" for proper releases
- Ensure install, lint, and rebuild works locally
- Ensure `npm install && npm run lint && npm run rebuild` works locally
- Update `CHANGELOG.md`
- Git commit and push
- Create a git tag matching the version with prepended "v" (e.g. "v1.2.3")
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdbe-molstar",
"version": "3.2.1-beta.2",
"version": "3.2.1-beta.3",
"description": "Molstar implementation for PDBe",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0f8c5b1

Please sign in to comment.