Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
conneroisu committed Sep 12, 2024
1 parent b18690c commit 3c5827f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "vim-toggle",
"name": "Vim Toggle",
"version": "1.0.6",
"version": "1.0.8",
"minAppVersion": "0.15.0",
"description": "A plugin for Obsidian that enables the toggling vim mode to on and off inside of the editor.",
"author": "Conner Ohnesorge",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check warning on line 1 in package.json

View check run for this annotation

Codeac.io / Codeac Code Quality

NPM Vulnerability

Artifact "word-wrap" 1.2.3 is vulnerable to CVE-2023-26115 - word-wrap vulnerable to Regular Expression Denial of Service. Vulnerability score: 5.3 (medium).
"name": "vim-toggle",
"version": "1.0.6",
"version": "1.0.8",
"description": "A plugin for Obsidian that allows you to toggle VimMode on and off.",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@
"1.0.4": "0.15.0",
"1.0.5": "0.15.0",
"1.0.6": "0.15.0",
"1.0.7": "0.15.0",
"1.0.8": "0.15.0"
}

0 comments on commit 3c5827f

Please sign in to comment.