Skip to content

Commit 7ef5a41

Browse files
committed
ihm adjustments
1 parent c4aac4f commit 7ef5a41

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
[Semantic Versioning](https://semver.org/)
44

5+
## [2.12.0] - 2025-05-20
6+
### Improvements
7+
- IHM adjustments
8+
59
## [2.11.3] - 2025-04-04
610
### General
711
- Better handling for motifs in assembly-less entries (RO-4624)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rcsb/rcsb-molstar",
3-
"version": "2.11.5-dev-js-ihm.1",
3+
"version": "2.12.0",
44
"description": "RCSB PDB apps and props based on Mol*.",
55
"homepage": "https://github.com/molstar/rcsb-molstar#readme",
66
"repository": {
@@ -25,7 +25,7 @@
2525
"preversion": "npm run test",
2626
"version": "npm run build",
2727
"postversion": "git push && git push --tags",
28-
"publish-app": "npm publish --tag dev-js-ihm"
28+
"publish-app": "npm publish"
2929
},
3030
"publishConfig": {
3131
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)