Skip to content

Commit 26baaa9

Browse files
committed
"Fix emoji rendering on VSCode marketplace"
1 parent 7192440 commit 26baaa9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

33
All notable changes to the "protein-viewer" extension will be documented in this file.
44

5+
### 0.0.6
6+
Fixes README emoji shortcodes
7+
58
### 0.0.5
69
* Adds ability to launch a viewer from a selection of multiple supported files.
710

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ Need help? Please [open an issue](https://github.com/a-r-j/vscoding-sequence/iss
109109
Find me on twitter: [@arian_jamasb](https://twitter.com/arian_jamasb) or drop me an email: [[email protected]](mailto:[email protected])
110110

111111
## 🌪️ Change log
112-
112+
### 0.0.6
113+
Fixes README emoji shortcodes
113114
### 0.0.5
114115
* Adds ability to launch a viewer from a selection of multiple supported files.
115116

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "protein-viewer",
33
"displayName": "Protein Viewer",
44
"description": "Visualise 3D biological structures in the editor",
5-
"version": "0.0.5",
5+
"version": "0.0.6",
66
"publisher": "ArianJamasb",
77
"author": {
88
"name": "Arian Jamasb"

0 commit comments

Comments
 (0)