Skip to content

Commit

Permalink
chore(release): 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Jan 5, 2024
1 parent 56057b4 commit 5d5b9df
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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.

## [1.10.0](https://github.com/Lisandra-dev/create-note-in-folder/compare/1.9.2...1.10.0) (2024-01-05)


### Features

* compatibility with frontmatter title plugin ([56057b4](https://github.com/Lisandra-dev/create-note-in-folder/commit/56057b4dee6eb6691d2c5d9f6bbdfbede2c34b76)), closes [#13](https://github.com/Lisandra-dev/create-note-in-folder/issues/13)

## [1.9.2](https://github.com/Lisandra-dev/create-note-in-folder/compare/1.9.1...1.9.2) (2023-12-17)


Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.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": "1.9.2",
"version": "1.10.0",
"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 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": "1.9.2",
"version": "1.10.0",
"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": "1.9.2",
"version": "1.10.0",
"description": "Add commands to create a note in a specific folder.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 5d5b9df

Please sign in to comment.