diff --git a/README.md b/README.md index 1225fce..b2cbeb7 100644 --- a/README.md +++ b/README.md @@ -419,6 +419,13 @@ Note that the above snippet uses powerline glygh for the triangular shape, so yo ## Changelog +### 0.10.0 + +- Most notably, support for *many* new default mappings, see [here](https://github.com/esm7/obsidian-vimrc-support/pull/222) -- thanks @alythobani for this great contribution! +- Fixed https://github.com/esm7/obsidian-vimrc-support/issues/228. +- Added a license file, at last! + + ### 0.9.0 Multiple fixes and improvements, all contributed by @jiyee - thank you! diff --git a/manifest.json b/manifest.json index 42b5ed0..0ea4322 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-vimrc-support", "name": "Vimrc Support", - "version": "0.9.0", + "version": "0.10.0", "description": "Auto-load a startup file with Obsidian Vim commands.", "minAppVersion": "0.15.3", "author": "esm", diff --git a/package.json b/package.json index 112f2ae..2bcded7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vimrc-support", - "version": "0.9.0", + "version": "0.10.0", "description": "Auto-load a startup file with Obsidian Vim commands.", "main": "main.js", "scripts": {