Skip to content

Commit 9991d9c

Browse files
author
dsznajder
committed
Add logo
1 parent 325700c commit 9991d9c

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
All info about changes
33

44
# Released
5+
[0.3.0] - 2017-06-12
6+
- Add logo
7+
58
[0.2.2] - 2017-06-12
69
- Add test snippets, update description
710

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,15 @@ This extension provide you Javascript and React/Redux snippets in ES7 with babel
88

99
## Release Notes
1010

11+
### 0.3.0
12+
Add logo
13+
1114
### 0.2.2
1215
Add test snippets, update description
1316

1417
### 0.1.3
15-
1618
Specify React Components snippets, improve mapping componentNames and add static prop
1719

18-
### 0.1.2
19-
20-
Initial release of React and JS snippets basic on ES7 and babel plugins syntax
21-
2220
## Snippets
2321

2422
Every space inside `{ }` and `( )` means that this is pushed into next line :)

images/logo.png

72.3 KB
Loading

package.json

+11-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@
22
"name": "es7-react-js-snippets",
33
"displayName": "ES7 React/Redux/JS snippets",
44
"description": "Simple extensions for React, Redux in JS with babel and ES7 syntax",
5-
"version": "0.2.3",
5+
"version": "0.3.0",
66
"publisher": "dsznajder",
7+
"icon": "images/logo.png",
8+
"keywords": [
9+
"vscode",
10+
"snippets",
11+
"react",
12+
"redux",
13+
"es7",
14+
"javascript"
15+
],
716
"engines": {
817
"vscode": "^1.13.0"
918
},
@@ -27,4 +36,4 @@
2736
}
2837
]
2938
}
30-
}
39+
}

0 commit comments

Comments
 (0)