mirror of
https://github.com/mayurankv/Obsidian-Code-Styler.git
synced 2026-07-22 08:10:29 +00:00
Ready release 1.1.5
This commit is contained in:
parent
76c3a78c69
commit
a8d3f90bb5
4 changed files with 7 additions and 3 deletions
|
|
@ -22,6 +22,8 @@ See this project's [releases](/../../../releases).
|
|||
|
||||
## [1.1.5] - 2024-02-21
|
||||
|
||||
## [1.1.5] - 2024-02-21
|
||||
|
||||
### Added
|
||||
|
||||
- Reference codeblocks for referencing local and external files
|
||||
|
|
@ -313,6 +315,7 @@ See this project's [releases](/../../../releases).
|
|||
- Removed `none` language from supported languages since it is used by obsidian for codeblocks without a language
|
||||
|
||||
[Unreleased]: /../../compare/1.1.5...HEAD
|
||||
[1.1.5]: /../../compare/1.1.5...1.1.5
|
||||
[1.1.5]: /../../compare/1.1.4...1.1.5
|
||||
[1.1.4]: /../../compare/1.1.3...1.1.4
|
||||
[1.1.3]: /../../compare/1.1.2...1.1.3
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "code-styler",
|
||||
"name": "Code Styler",
|
||||
"version": "1.1.4",
|
||||
"version": "1.1.5",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Style and customize codeblocks and inline code in both editing mode and reading mode.",
|
||||
"author": "Mayuran Visakan",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "code-styler",
|
||||
"version": "1.1.4",
|
||||
"version": "1.1.5",
|
||||
"description": "This is a plugin for Obsidian (https://obsidian.md) which lets you style codeblocks and inline code in both editing mode and reading mode.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -15,5 +15,6 @@
|
|||
"1.1.1": "0.15.0",
|
||||
"1.1.2": "0.15.0",
|
||||
"1.1.3": "0.15.0",
|
||||
"1.1.4": "0.15.0"
|
||||
"1.1.4": "0.15.0",
|
||||
"1.1.5": "0.15.0"
|
||||
}
|
||||
Loading…
Reference in a new issue