Skip to content

Commit d699faf

Browse files
committed
updte brand images
1 parent 7aca30f commit d699faf

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,8 @@
3838
"markdownlint.config": {
3939
"MD024": { "siblings_only": true },
4040
"MD033": false
41+
},
42+
"explorer.fileNesting.patterns": {
43+
"README*": "CHANGELOG*, CODE_OF_CONDUCT.md, CONTRIBUTING.md, LICENSE*, README*, CHEATSHEET*"
4144
}
4245
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Fixed for any bug fixes.
99
Security to invite users to upgrade in case of vulnerabilities.
1010
-->
1111

12+
## [2.4.0] - 2022/05/19
13+
14+
### Changed
15+
16+
- unifying image
17+
1218
## [2.3.0] - 2022/05/05
1319

1420
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "arrow-function-snippets",
33
"description": "VS Code Arrow function snippets for JS and TS",
4-
"version": "2.3.0",
4+
"version": "2.4.0",
55
"displayName": "Arrow Function Snippets",
66
"publisher": "deinsoftware",
77
"icon": "images/light-icon.png",

0 commit comments

Comments
 (0)