pascal-vscode 0.1.0-beta.3 → 0.1.0-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # pascal-vscode
2
2
 
3
+ ## 0.1.0-beta.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`7fd6b13`](https://github.com/hadez8877/pascal/commit/7fd6b1383e51dacb499ee4b11d451b314259889b) Thanks [@hadez8877](https://github.com/hadez8877)! - Fixes preview image not showing in VS Code Marketplace
8
+
3
9
  ## 0.1.0-beta.3
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -4,7 +4,7 @@ Pascal is a dark theme for editors, shells, and more. The palette is tuned for l
4
4
 
5
5
  ## Preview
6
6
 
7
- ![Preview](./assets/screenshots/default.jpg)
7
+ ![Preview](assets/screenshots/default.jpg)
8
8
 
9
9
  ## Installation
10
10
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "displayName": "Pascal",
4
4
  "publisher": "hadez8877",
5
5
  "description": "A modern dark theme for many editors, shells, and more!",
6
- "version": "0.1.0-beta.3",
6
+ "version": "0.1.0-beta.4",
7
7
  "type": "module",
8
8
  "main": "dist/extension.js",
9
9
  "browser": "dist/browser.js",