Skip to content

Commit

Permalink
Ready release 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurankv committed Feb 21, 2024
1 parent 76c3a78 commit a8d3f90
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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": "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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit a8d3f90

Please sign in to comment.