Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
bump version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingislost committed Nov 19, 2021
1 parent d761eba commit 5ab374e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@ To manually install
For details see [the forums](https://forum.obsidian.md/t/plugins-mini-faq/7737).

## Changelog
### 0.9.2
- When the editor backinks widget height exceeded a certain length, you could not longer click on elements. This has been resolved.
### 0.9.1
- Fixes to syntax highlighting logic
- The plugin should now be more reliable when looking up languages like "java" and "bash" and others
Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-codemirror-options",
"name": "CodeMirror Options",
"version": "0.9.1",
"version": "0.9.2",
"description": "Customize the functionality and appearance of Obsidian's edit mode",
"author": "NothingIsLost",
"authorUrl": "https://github.com/nothingislost",
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": "obsidian-codemirror-options",
"name": "CodeMirror Options",
"version": "0.9.1",
"version": "0.9.2",
"description": "Customize the functionality and appearance of Obsidian's edit mode",
"author": "NothingIsLost",
"authorUrl": "https://github.com/nothingislost",
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": "obsidian-codemirror-options",
"version": "0.9.1",
"version": "0.9.2",
"description": "Customize the functionality and appearance of Obsidian's edit mode",
"main": "main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"0.9.2": "0.11.5",
"0.9.1": "0.11.5",
"0.9.0": "0.11.5",
"0.8.4": "0.11.5",
Expand Down

0 comments on commit 5ab374e

Please sign in to comment.