Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
twibiral committed Feb 24, 2025
1 parent 68cba60 commit e3a1a01
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

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

## [Unreleased]
## [2.1.0]
### Added
- Support for LaTeX with image conversion to PDF, SVG, PNG (Thanks to @yetenol)
- LaTeX: Generated graphics are saved as attachment to your vault
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "execute-code",
"name": "Execute Code",
"version": "2.0.0",
"version": "2.1.0",
"minAppVersion": "1.7.2",
"description": "Allows you to execute code snippets within a note. Support C, C++, Python, R, JavaScript, TypeScript, LaTeX, SQL, and many more.",
"author": "twibiral",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "execute-code",
"version": "2.0.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"version": "2.1.0",
"description": "Allows you to execute code snippets within a note. Support C, C++, Python, R, JavaScript, TypeScript, LaTeX, SQL, and many more.",
"main": "src/main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@
"1.11.0": "1.2.8",
"1.11.1": "1.2.8",
"1.12.0": "1.2.8",
"2.0.0": "1.7.2"
"2.0.0": "1.7.2",
"2.1.0": "1.7.2"
}

0 comments on commit e3a1a01

Please sign in to comment.