Skip to content

Commit 557f568

Browse files
committed
bump version to 0.6.0
1 parent 44d42a3 commit 557f568

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this extension will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.0] 2020-12-14
9+
### Added
10+
- publish extension to Open VSX Registry
11+
812
## [0.5.0] 2020-12-10
913
### Added
1014
- basic support for svelte files

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Labels HTML end tags in VSCode.
1616

1717
## Release Notes
1818

19+
### 0.6.0
20+
21+
Publish extension to Open VSX Registry.
22+
1923
### 0.5.0
2024

2125
Basic support for Svelte files.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "html-end-tag-labels",
33
"displayName": "HTML End Tag Labels",
44
"description": "Labels HTML end tags in VSCode",
5-
"version": "0.5.0",
5+
"version": "0.6.0",
66
"author": {
77
"email": "anteprimorachr@gmail.com",
88
"name": "Ante Primorac",

0 commit comments

Comments
 (0)