Skip to content

Commit 3870c97

Browse files
committed
Update to 0.0.5
1 parent 43de61c commit 3870c97

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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.4" Publisher="Sumanai"/>
4+
<Identity Language="en-US" Id="bitrix-snippet" Version="0.0.5" Publisher="Sumanai"/>
55
<DisplayName>Bitrix Snippet</DisplayName>
66
<Description xml:space="preserve"></Description>
77
<Tags>snippet</Tags>

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@
1616
## [0.0.4] - 2018-11-01
1717

1818
- Fix bug
19+
20+
## [0.0.5] - 2018-11-07
21+
22+
- Fix CIBlock.GetList
23+
- Add more CMain API
24+
- Fix D7Autload code style

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.4",
5+
"version": "0.0.5",
66
"publisher": "Sumanai",
77
"bugs": {
88
"url": "https://github.com/Sumanai/bitrix-snippet/issues",

0 commit comments

Comments
 (0)