Skip to content

Commit fe196db

Browse files
Bump to 1.6.4
1 parent 5b368fe commit fe196db

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [1.6.4] 2021-07-13
4+
* Added support for comments embedded inside hex strings
5+
36
## [1.6.3] 2021-07-01
47
* Regex is hard. Pretty sure double quotes are actually fixed in all reasonable cases
58
* Added GitHub Action to auto-publish new extensions when releases are created
@@ -118,3 +121,4 @@
118121
[1.6.1]: https://github.com/infosec-intern/vscode-yara/compare/v1.6.0...v1.6.1
119122
[1.6.2]: https://github.com/infosec-intern/vscode-yara/compare/v1.6.1...v1.6.2
120123
[1.6.3]: https://github.com/infosec-intern/vscode-yara/compare/v1.6.2...v1.6.3
124+
[1.6.4]: https://github.com/infosec-intern/vscode-yara/compare/v1.6.3...v1.6.4

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.6.3",
5+
"version": "1.6.4",
66
"icon": "images/logo.png",
77
"galleryBanner": {
88
"color": "#A4A4A4",

0 commit comments

Comments
 (0)