Skip to content

Commit

Permalink
chore(release): 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Aug 15, 2023
1 parent 1f4cbcd commit 79dbb84
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [0.0.10](https://github.com/Lisandra-dev/create-note-in-folder/compare/0.0.9...0.0.10) (2023-08-15)


### Bug Fixes

* file not increment if in root ([72f20de](https://github.com/Lisandra-dev/create-note-in-folder/commit/72f20de46ac486591bea43f1b33f47bc1c97193d)), closes [#3](https://github.com/Lisandra-dev/create-note-in-folder/issues/3)

## [0.0.9](https://github.com/Lisandra-dev/obsidian-create-note-in-folder/compare/0.0.8...0.0.9) (2023-02-25)


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": "create-note-in-folder",
"name": "Create Note in Folder",
"version": "0.0.9",
"version": "0.0.10",
"minAppVersion": "0.15.0",
"description": "Add commands to create a note in a specific folder.",
"author": "Mara-Li",
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": "create-note-in-folder",
"version": "0.0.9",
"version": "0.0.10",
"description": "Add commands to create a note in a specific folder.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 79dbb84

Please sign in to comment.