Ready release 1.1.5

This commit is contained in:
Mayuran Visakan 2024-02-21 01:44:08 +00:00
parent 76c3a78c69
commit a8d3f90bb5
4 changed files with 7 additions and 3 deletions

View file

@ -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

View file

@ -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",

View file

@ -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": {

View file

@ -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"
}