Browse Source

Viewer class new methods

bioinsilico 3 years ago
parent
commit
c5773bc648
2 changed files with 5 additions and 1 deletions
  1. 4 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 4 - 0
CHANGELOG.md

@@ -2,6 +2,10 @@
 
 [Semantic Versioning](https://semver.org/)
 
+## [1.6.0] - 2021-05-03
+### Viewer class new methods
+- Added new methods for selection, creating components and focus
+
 ## [1.5.1] - 2021-04-30
 ### Bug fixes
 - 'Membrane Orientation' preset now honors assembly-ids

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
     "name": "@rcsb/rcsb-molstar",
-    "version": "1.5.1-beta.saguaro.1",
+    "version": "1.6.0",
     "description": "RCSB PDB apps and props based on Mol*.",
     "homepage": "https://github.com/rcsb/rcsb-molstar#readme",
     "repository": {