Skip to content

Commit f539b15

Browse files
committed
Bump extension version
Update CHANGELOG.md
1 parent be477c7 commit f539b15

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## Version 1.0.1
4+
5+
- Bugfix: Correct mimetype is now used in the data uri
6+
- Now supporting .ico files.
7+
38
## Version 1.0.0
49

510
- Initial release

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"displayName": "Image to Data Uri",
55
"description": "An extension for Visual Studio Code for converting an image file to a html data uri",
66
"icon": "logo.png",
7-
"version": "1.0.0",
7+
"version": "1.0.1",
88
"license": "MIT",
99
"repository": "https://github.com/CoderAllan/vscode-imagetodatauri",
1010
"author": {
1111
"name": "Allan Simonsen",
1212
"url": "https://github.com/CoderAllan"
1313
},
1414
"engines": {
15-
"vscode": "^1.62.0"
15+
"vscode": "^1.63.1"
1616
},
1717
"categories": [
1818
"Other"

0 commit comments

Comments
 (0)