Skip to content

Commit e5f3b88

Browse files
committed
Update to 0.4.1
1 parent 2984b10 commit e5f3b88

File tree

3 files changed

+9
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [0.4.1] - 2019-10-22
4+
5+
- Add links to CBitrixComponent
6+
- Add Config stubs
7+
- Add Base stubs
8+
- Add ElementList stubs
9+
310
## [0.4.0] - 2019-09-30
411

512
- Bitrix way for CFile class stub

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.4.0",
5+
"version": "0.4.1",
66
"publisher": "Sumanai",
77
"icon": "images/bitrix_logo.png",
88
"bugs": {

0 commit comments

Comments
 (0)