Skip to content

Commit cd1f773

Browse files
committed
Update readme for console info and increase the version to publish the extension
1 parent 48cc935 commit cd1f773

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,6 @@ Below is a list of all available snippets and the triggers of each one. The **
7171
| `clg→` | console log `console.log(object)` |
7272
| `ctr→` | console trace `console.trace(object)` |
7373
| `cwa→` | console warn `console.warn` |
74+
| `cin→` | console info `console.info` |
7475

7576
[code]: https://code.visualstudio.com/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "JavaScriptSnippets",
33
"description": "Code snippets for JavaScript in ES6 syntax",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"displayName": "JavaScript (ES6) code snippets",
66
"publisher": "xabikos",
77
"icon": "images/javascript.png",

0 commit comments

Comments
 (0)