Skip to content

Commit 5e76521

Browse files
authored
Merge pull request #2 from deinsoftware/dev
Dev
2 parents 1fd490d + fc391e1 commit 5e76521

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

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+
## [1.1.1] - 2022/07/29
13+
14+
### Fixed
15+
16+
- Console table destructuring snippet
17+
1218
## [1.1.0] - 2022/07/27
1319

1420
### Added

package.json

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

snippets/code.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"description": "Console Table"
111111
},
112112
"consoleTableDestructuring": {
113-
"prefix": "cld",
113+
"prefix": "ctd",
114114
"body": "console.table({${1:name}})$0",
115115
"description": "Console Table with Destructuring"
116116
},

0 commit comments

Comments
 (0)