Skip to content

Commit e4d78e9

Browse files
author
unjinjang
committed
[FIX]: Fix wrong way of closing anchor tag resulting in displaying extra anchor tag in VSCode marketplace readme
1 parent d33c9f2 commit e4d78e9

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3+
## 1.0.6
4+
5+
#### Fix README displaying anchor tag in VSCode marketplace due to wrong way of closing anchor tag
6+
37
## 1.0.5
48

5-
#### README.md update
9+
#### README update
610

711
## 1.0.4
812

@@ -14,11 +18,11 @@
1418

1519
## 1.0.2
1620

17-
#### README.md update
21+
#### README update
1822

1923
## 1.0.1
2024

21-
#### README.md update
25+
#### README update
2226

2327
## 1.0.0
2428

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<a href="https://github.com/REST-API-Client/API-Client-VSCode-Extension">
2+
<a href="https://github.com/REST-API-Client/API-Client-VSCode-Extension">
33
<img
44
src="https://user-images.githubusercontent.com/83770081/179551561-e773aa66-db92-437a-be66-c7480f19d434.png"
55
width="100"
@@ -23,7 +23,7 @@
2323
</a>
2424
<a href="https://marketplace.visualstudio.com/items?itemName=unjinjang.rest-api-client&ssr=false#overview">
2525
<img src="https://img.shields.io/visual-studio-marketplace/i/unjinjang.rest-api-client?color=blue&style=for-the-badge"/>
26-
<a/>
26+
</a>
2727

2828
</div>
2929

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "REST API Client",
55
"icon": "icons/images/icon.png",
66
"description": "Simple and intuitive API Client made into a VSCode extension.",
7-
"version": "1.0.5",
7+
"version": "1.0.6",
88
"license": "MIT",
99
"bugs": {
1010
"url": "https://github.com/REST-API-Client/API-Client-VSCode-Extension/issues"

0 commit comments

Comments
 (0)