Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Aug 19, 2023
1 parent a7c1fb1 commit 122d2cd
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.

## [1.1.0](https://github.com/Lisandra-dev/create-note-in-folder/compare/1.0.0...1.1.0) (2023-08-19)


### Features

* **templater:** allow triggering specific template upon file creation ([bc41591](https://github.com/Lisandra-dev/create-note-in-folder/commit/bc41591f96a30eedd51e241b7c67d221becfa4d7))

## [1.0.0](https://github.com/Lisandra-dev/create-note-in-folder/compare/0.1.4...1.0.0) (2023-08-18)

## [0.1.4](https://github.com/Lisandra-dev/create-note-in-folder/compare/0.1.3...0.1.4) (2023-08-18)
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.0.0",
"version": "1.1.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.0.0",
"version": "1.1.0",
"description": "Add commands to create a note in a specific folder.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 122d2cd

Please sign in to comment.