Skip to content

Commit

Permalink
chore: release v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Sep 12, 2021
1 parent b7aecbf commit 763adad
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.11.1](https://github.com/aidenlx/alx-folder-note/compare/0.11.0...0.11.1) (2021-09-12)


### Features

* **settings:** expose log level settings of folder-note-core ([b7aecbf](https://github.com/aidenlx/alx-folder-note/commit/b7aecbfc9013f679dae9b9e17a25086bd83c68f0))

# [0.11.0](https://github.com/aidenlx/alx-folder-note/compare/0.10.0...0.11.0) (2021-09-12)


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": "alx-folder-note",
"name": "AidenLx's Folder Note",
"version": "0.11.0",
"version": "0.11.1",
"minAppVersion": "0.12.5",
"description": "Add description, summary and more info to folders with folder notes.",
"author": "",
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": "@aidenlx/folder-note",
"version": "0.11.0",
"version": "0.11.1",
"description": "Add description, summary and more info to folders with folder notes.",
"main": "",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"0.9.1": "0.12.5",
"0.9.2": "0.12.5",
"0.10.0": "0.12.5",
"0.11.0": "0.12.5"
"0.11.0": "0.12.5",
"0.11.1": "0.12.5"
}

0 comments on commit 763adad

Please sign in to comment.