Skip to content

Commit

Permalink
0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinono3 committed Dec 8, 2024
1 parent fac5cc0 commit 138a16a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Types of changes:

## [Unreleased]

## [0.1.8]

### Fixed

- Incorrect version in `manifest.json` (#11 by gyungchaehan)

## [0.1.7]

### Changed
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": "helix",
"name": "Helix Keybindings",
"version": "0.1.7",
"version": "0.1.8",
"minAppVersion": "0.15.0",
"description": "Enables Helix keybindings on the editor",
"author": "Aldo Acevedo",
Expand Down
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": "obsidian-helix",
"version": "0.1.7",
"version": "0.1.8",
"description": "Adds Helix to the Obsidian Markdown editor",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 138a16a

Please sign in to comment.