We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0b79c commit 0c2730fCopy full SHA for 0c2730f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## Version 1.0.3
4
+
5
+- Maintenance: Bump packages to latest
6
7
## Version 1.0.2
8
9
- Maintenance: Bump packages to latest
package.json
@@ -4,15 +4,15 @@
"displayName": "Image to Data Uri",
"description": "An extension for Visual Studio Code for converting an image file to a html data uri",
"icon": "logo.png",
- "version": "1.0.2",
+ "version": "1.0.3",
"license": "MIT",
"repository": "https://github.com/CoderAllan/vscode-imagetodatauri",
10
"author": {
11
"name": "Allan Simonsen",
12
"url": "https://github.com/CoderAllan"
13
},
14
"engines": {
15
- "vscode": "^1.73.1"
+ "vscode": "^1.74.0"
16
17
"categories": [
18
"Other"
0 commit comments