Skip to content

Commit 0db656c

Browse files
committed
Add icon credit, adjust changelog
1 parent 55f7912 commit 0db656c

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Change Log
22
All notable changes to the Code Fragments extension will be documented in this file.
33

4-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5-
6-
## [Unreleased]
4+
## [1.0.0]
75
- Initial release

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,8 @@ Inserting a Code Fragment to the current cursor position:
2323

2424
### 1.0.0
2525

26-
Initial release of Code Fragments.
26+
Initial release of Code Fragments.
27+
28+
## Credits
29+
30+
<div>Icon made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "code-fragments",
33
"displayName": "Code Fragments",
4-
"description": "Save code fragments for later inserting them into source files.",
5-
"version": "0.0.1",
4+
"description": "Save code fragments, and later easily insert them into source files.",
5+
"version": "0.0.3",
66
"publisher": "markvincze",
77
"license": "SEE LICENSE IN LICENSE",
88
"repository": {
@@ -11,7 +11,7 @@
1111
},
1212
"icon": "images/icon.png",
1313
"galleryBanner": {
14-
"color": "#C80000",
14+
"color": "#282C34",
1515
"theme": "dark"
1616
},
1717
"badges": [

0 commit comments

Comments
 (0)