Skip to content

Commit 4d6117f

Browse files
committed
New version 1.10.0
- Support for zig (Thanks to @slar) - Support for enabling WSL Mode for the shell language only (Thanks to @mihai-vlc) - Update README.md
1 parent 34a825d commit 4d6117f

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "execute-code",
33
"name": "Execute Code",
4-
"version": "1.9.1",
4+
"version": "1.10.0",
55
"minAppVersion": "1.2.8",
66
"description": "Allows to execute code snippets within a note. Supported programming languages: C, CPP, Dart, Golang, Groovy, Kotlin, Java, JavaScript, TypeScript, Lean, Lua, CSharp, Prolog, Rust, Python, R, Ruby, Wolfram Mathematica, Haskell, Scala, Racket, F#, Batch, Shell & Powershell.",
77
"author": "twibiral",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "execute-code",
3-
"version": "1.9.1",
3+
"version": "1.10.0",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "src/main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@
4343
"1.8.0": "0.12.0",
4444
"1.8.1": "0.12.0",
4545
"1.9.0": "1.2.8",
46-
"1.9.1": "1.2.8"
46+
"1.9.1": "1.2.8",
47+
"1.10.0": "1.2.8"
4748
}

0 commit comments

Comments
 (0)