Skip to content

Commit b83742b

Browse files
committed
fix README
1 parent 245f82d commit b83742b

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.0.3] - 2022/07/05
13+
14+
### Fixed
15+
16+
- Wrapper trigger on README
17+
1218
## [1.0.2] - 2022/07/05
1319

1420
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Below is a list of all available snippets and the triggers of each one. The **$*
101101
| `cts→` | [time start](https://developer.mozilla.org/en-US/docs/Web/API/Console/time) | `console.time($label)█` |
102102
| `ctl→` | [time log](https://developer.mozilla.org/en-US/docs/Web/API/console/timeLog) | `console.timeLog($label)█` |
103103
| `cte→` | [time end](https://developer.mozilla.org/en-US/docs/Web/API/console/timeEnd) | `console.timeEnd($label)█` |
104-
| `ctg` | time wrapper | <code>console.time($label)<br/>█<br/>console.timeEnd($label)</code> |
104+
| `ctw` | time wrapper | <code>console.time($label)<br/>█<br/>console.timeEnd($label)</code> |
105105
| `cgs→` | [group start](https://developer.mozilla.org/en-US/docs/Web/API/Console/group) | `console.group($label)█` |
106106
| `cge→` | [group end](https://developer.mozilla.org/en-US/docs/Web/API/console/groupEnd) | `console.groupEnd($label)█` |
107107
| `cgw→` | group wrapper | <code>console.group($label)<br/>█<br/>console.groupEnd($label)</code> |

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.0.2",
4+
"version": "1.0.3",
55
"displayName": "Debug Snippets",
66
"publisher": "deinsoftware",
77
"icon": "images/light-icon.png",

0 commit comments

Comments
 (0)