Skip to content

Commit 4610d99

Browse files
committed
[+] Add badges
1 parent dfa980e commit 4610d99

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,15 @@
66
<h3 align="center">Welcome to Cointy, a vs code extension for checks cryptocurrency prices as you code.</h3>
77

88
<p align="center">
9-
<a href="https://github.com/aofdev/vscode-cointy/workflows/lint">
9+
<a href="https://github.com/aofdev/vscode-cointy/workflows/lint">
1010
<img src="https://github.com/aofdev/vscode-cointy/workflows/lint/badge.svg" alt="Linter">
1111
</a>
12+
<a href="https://github.com/aofdev/vscode-cointy/workflows/Release and Publish">
13+
<img src="https://github.com/aofdev/vscode-cointy/workflows/Release and Publish/badge.svg" alt="Release and Publish">
14+
</a>
15+
<a href="https://github.com/semantic-release/semantic-release">
16+
<img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="semantic-release">
17+
</a>
1218
</p>
1319

1420
<p align="center">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cointy",
33
"displayName": "Cointy",
44
"description": "A check for cryptocurrency prices as you code.",
5-
"version": "1.0.5",
5+
"version": "1.0.6",
66
"publisher": "aofdev",
77
"icon": "resources/cryptocurrency-color-logo.png",
88
"engines": {

0 commit comments

Comments
 (0)