Skip to content

Commit a8d3f90

Browse files
committed
Ready release 1.1.5
1 parent 76c3a78 commit a8d3f90

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ See this project's [releases](/../../../releases).
2222

2323
## [1.1.5] - 2024-02-21
2424

25+
## [1.1.5] - 2024-02-21
26+
2527
### Added
2628

2729
- Reference codeblocks for referencing local and external files
@@ -313,6 +315,7 @@ See this project's [releases](/../../../releases).
313315
- Removed `none` language from supported languages since it is used by obsidian for codeblocks without a language
314316

315317
[Unreleased]: /../../compare/1.1.5...HEAD
318+
[1.1.5]: /../../compare/1.1.5...1.1.5
316319
[1.1.5]: /../../compare/1.1.4...1.1.5
317320
[1.1.4]: /../../compare/1.1.3...1.1.4
318321
[1.1.3]: /../../compare/1.1.2...1.1.3

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "code-styler",
33
"name": "Code Styler",
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"minAppVersion": "0.15.0",
66
"description": "Style and customize codeblocks and inline code in both editing mode and reading mode.",
77
"author": "Mayuran Visakan",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-styler",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"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.",
55
"main": "main.js",
66
"scripts": {

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"1.1.1": "0.15.0",
1616
"1.1.2": "0.15.0",
1717
"1.1.3": "0.15.0",
18-
"1.1.4": "0.15.0"
18+
"1.1.4": "0.15.0",
19+
"1.1.5": "0.15.0"
1920
}

0 commit comments

Comments
 (0)