From 64bd4ab5041ffdbf53545130fb89df25eb9e63c2 Mon Sep 17 00:00:00 2001 From: Lisandra Simonetti Date: Sat, 25 Feb 2023 07:25:41 +0000 Subject: [PATCH] chore(release): 0.0.9 --- CHANGELOG.md | 13 +++++++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c600d0..dd08002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.9](https://github.com/Lisandra-dev/obsidian-create-note-in-folder/compare/0.0.8...0.0.9) (2023-02-25) + + +### Features + +* introduce i18next ([ab36581](https://github.com/Lisandra-dev/obsidian-create-note-in-folder/commit/ab365812fa1cebe95c18c48ef7cf376a8ea6f68a)) +* introduce i18next ([d927af0](https://github.com/Lisandra-dev/obsidian-create-note-in-folder/commit/d927af01097de55c0af5979ec45c858315cc278f)) + + +### Bug Fixes + +* remove plugin id from id commands ([223f942](https://github.com/Lisandra-dev/obsidian-create-note-in-folder/commit/223f94299c9e1c20915fd5281ffc047684d919fd)) + ## [0.0.8](https://github.com/Lisandra-dev/create-note-in-folder/compare/0.0.7...0.0.8) (2023-02-15) ## [0.0.7](https://github.com/Lisandra-dev/create-note-in-folder/compare/0.0.6...0.0.7) (2023-02-15) diff --git a/manifest.json b/manifest.json index 158f5d1..4a02faf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "create-note-in-folder", "name": "Create Note in Folder", - "version": "0.0.8", + "version": "0.0.9", "minAppVersion": "0.15.0", "description": "Add commands to create a note in a specific folder.", "author": "Mara-Li", diff --git a/package-lock.json b/package-lock.json index 23dd439..1425730 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-note-in-folder", - "version": "0.0.8", + "version": "0.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "create-note-in-folder", - "version": "0.0.8", + "version": "0.0.9", "license": "GNU General Public License v3.0", "dependencies": { "@popperjs/core": "^2.11.6", diff --git a/package.json b/package.json index 0064f9b..2486f90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-note-in-folder", - "version": "0.0.8", + "version": "0.0.9", "description": "Add commands to create a note in a specific folder.", "main": "main.js", "scripts": {