Skip to content

Commit fe522cf

Browse files
committed
Update to 0.1.0
1 parent 214c234 commit fe522cf

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.vsixmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Language="en-US" Id="bitrix-snippet" Version="0.0.9" Publisher="Sumanai"/>
4+
<Identity Language="en-US" Id="bitrix-snippet" Version="0.1.0" Publisher="Sumanai"/>
55
<DisplayName>Bitrix Snippet</DisplayName>
66
<Description xml:space="preserve"></Description>
77
<Tags>snippet</Tags>

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22

3+
## [0.1.0] - 2018-12-04
4+
5+
- Add debug
6+
37
## [0.0.9] - 2018-11-16
8+
49
- Fix code style
510
- Add some getters in application
611
- Reverse changelog

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bitrix-snippet",
33
"displayName": "Bitrix Snippet",
44
"description": "",
5-
"version": "0.0.9",
5+
"version": "0.1.0",
66
"publisher": "Sumanai",
77
"bugs": {
88
"url": "https://github.com/Sumanai/bitrix-snippet/issues",

0 commit comments

Comments
 (0)