Skip to content

Commit 47b0306

Browse files
committed
Update to version 1.11.1
1 parent 766f591 commit 47b0306

5 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77

8+
## [1.11.1]
9+
### Changed
10+
- Fix the update; the previous version was not published correctly.
11+
12+
813
## [1.11.0]
914
### Added
1015
- Support for OCaml (Thanks to @nieomylnieja)

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.11.0",
4+
"version": "1.11.1",
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.11.0",
3+
"version": "1.11.1",
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
@@ -45,5 +45,6 @@
4545
"1.9.0": "1.2.8",
4646
"1.9.1": "1.2.8",
4747
"1.10.0": "1.2.8",
48-
"1.11.0": "1.2.8"
48+
"1.11.0": "1.2.8",
49+
"1.11.1": "1.2.8"
4950
}

0 commit comments

Comments
 (0)