Skip to content

Commit

Permalink
Ready release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurankv committed Aug 16, 2023
1 parent 6c7398b commit 01040f3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ See this project's [releases](/../../../releases).

## [Unreleased]

## [1.0.7] - 2023-08-16

### Changed

- Only style scrollbar if theme already styles it
Expand Down Expand Up @@ -163,7 +165,8 @@ See this project's [releases](/../../../releases).
- Updated [README](README.md).
- Removed `none` language from supported languages since it is used by obsidian for codeblocks without a language

[Unreleased]: /../../compare/1.0.6...HEAD
[Unreleased]: /../../compare/1.0.7...HEAD
[1.0.7]: /../../compare/1.0.6...1.0.7
[1.0.6]: /../../compare/1.0.5...1.0.6
[1.0.5]: /../../compare/1.0.4...1.0.5
[1.0.4]: /../../compare/1.0.3...1.0.4
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "code-styler",
"name": "Code Styler",
"version": "1.0.6",
"version": "1.0.7",
"minAppVersion": "0.15.0",
"description": "Style and customize codeblocks and inline code in both editing mode and reading mode.",
"author": "Mayuran Visakan",
"authorUrl": "https://github.com/mayurankv",
"fundingUrl": "https://www.buymeacoffee.com/mayurankv2",
"isDesktopOnly": false
}
}
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.

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.0.6",
"version": "1.0.7",
"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 @@ -5,5 +5,6 @@
"1.0.3": "0.15.0",
"1.0.4": "0.15.0",
"1.0.5": "0.15.0",
"1.0.6": "0.15.0"
"1.0.6": "0.15.0",
"1.0.7": "0.15.0"
}

0 comments on commit 01040f3

Please sign in to comment.