Skip to content

Commit da203c8

Browse files
Bumped version, deps, and changelog
1 parent b75d095 commit da203c8

File tree

3 files changed

+38
-32
lines changed

3 files changed

+38
-32
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [1.3.9] 2020-04-09
4+
* Merged snippet improvements from @ITAYC0HEN
5+
* Fixed reference provider regexp
6+
* Updated dependencies
7+
38
## [1.3.8] 2019-12-30
49
* Merged "fix import snippet" from @wesinator
510
* Updated dependencies
@@ -65,3 +70,4 @@
6570
[1.3.6]: https://github.com/infosec-intern/textmate-yara/commit/3c8b2a4ac394542142e6c08b5bdc453de2e40cd9
6671
[1.3.7]: https://github.com/infosec-intern/textmate-yara/commit/75855ac8d26605a2043e169f7c53e29f203f6f99
6772
[1.3.8]: https://github.com/infosec-intern/textmate-yara/commit/27cb613b3450317afe03617c8cae96610e04ac6e
73+
[1.3.9]: https://github.com/infosec-intern/textmate-yara/commit/893073684743990777306da581688f9158e41179

package-lock.json

+30-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "yara",
33
"displayName": "YARA",
44
"description": "Rich language support for the YARA pattern matching language",
5-
"version": "1.3.8",
5+
"version": "1.3.9",
66
"icon": "images/logo.png",
77
"galleryBanner": {
88
"color": "#A4A4A4",
@@ -83,7 +83,7 @@
8383
"typescript": "^2.9.2"
8484
},
8585
"dependencies": {
86-
"@types/vscode": "^1.41.0",
86+
"@types/vscode": "^1.44.0",
8787
"vscode-test": "^1.3.0"
8888
}
8989
}

0 commit comments

Comments
 (0)