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 7e91a2c commit 4ae068fCopy full SHA for 4ae068f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## Version 1.0.5
4
+
5
+- Maintenance: Bump packages to latest
6
7
## Version 1.0.4
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.4",
+ "version": "1.0.5",
"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.80.0"
+ "vscode": "^1.95.0"
16
17
"categories": [
18
"Other"
0 commit comments