Skip to content

Commit 2b8715e

Browse files
committed
Update to 0.3.5
1 parent 2c78464 commit 2b8715e

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.vsixmanifest

Lines changed: 1 addition & 1 deletion
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.3.4" Publisher="Sumanai"/>
4+
<Identity Language="en-US" Id="bitrix-snippet" Version="0.3.5" Publisher="Sumanai"/>
55
<DisplayName>Bitrix Snippet</DisplayName>
66
<Description xml:space="preserve"></Description>
77
<Tags>snippet</Tags>

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22

3-
## [0.3.4] - 2019-07-1 2
3+
## [0.3.5] - 2019-07-16
4+
5+
- Add HttpRequest, Server stubs
6+
7+
## [0.3.4] - 2019-07-12
48

59
- Update CIBlocElementUpdate snippet
610
- Add Application and other stubs
@@ -13,7 +17,7 @@
1317
## [0.3.2] - 2019-07-01
1418

1519
- Add captcha method in CMain stubs
16-
- Add callcable type in EventManager
20+
- Add callable type in EventManager
1721
- Add CEvent, CEventMessage and CEventType stubs
1822

1923
## [0.3.1] - 2019-06-25

package.json

Lines changed: 1 addition & 1 deletion
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.3.4",
5+
"version": "0.3.5",
66
"publisher": "Sumanai",
77
"icon": "images/bitrix_logo.png",
88
"bugs": {

0 commit comments

Comments
 (0)