Skip to content

Commit fa49a7e

Browse files
committed
Update to 0.3.7
1 parent 9c419c7 commit fa49a7e

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.3.6" Publisher="Sumanai"/>
4+
<Identity Language="en-US" Id="bitrix-snippet" Version="0.3.7" 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
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [0.3.7] - 2019-08-19
4+
5+
- Added some classes
6+
- Add Debug and Helper stubs
7+
- Add constants
8+
39
## [0.3.6] - 2019-07-30
410

511
- Add HttpResponse stubs

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

0 commit comments

Comments
 (0)