Skip to content

Commit e3a1a01

Browse files
committed
chore: bump version
1 parent 68cba60 commit e3a1a01

5 files changed

Lines changed: 8 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

7-
## [Unreleased]
7+
## [2.1.0]
88
### Added
99
- Support for LaTeX with image conversion to PDF, SVG, PNG (Thanks to @yetenol)
1010
- LaTeX: Generated graphics are saved as attachment to your vault

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": "2.0.0",
4+
"version": "2.1.0",
55
"minAppVersion": "1.7.2",
66
"description": "Allows you to execute code snippets within a note. Support C, C++, Python, R, JavaScript, TypeScript, LaTeX, SQL, and many more.",
77
"author": "twibiral",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "execute-code",
3-
"version": "2.0.0",
4-
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
3+
"version": "2.1.0",
4+
"description": "Allows you to execute code snippets within a note. Support C, C++, Python, R, JavaScript, TypeScript, LaTeX, SQL, and many more.",
55
"main": "src/main.js",
66
"scripts": {
77
"dev": "node esbuild.config.mjs",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@
4848
"1.11.0": "1.2.8",
4949
"1.11.1": "1.2.8",
5050
"1.12.0": "1.2.8",
51-
"2.0.0": "1.7.2"
51+
"2.0.0": "1.7.2",
52+
"2.1.0": "1.7.2"
5253
}

0 commit comments

Comments
 (0)