Skip to content

Commit

Permalink
chore(release): 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Falcion committed Jul 2, 2024
1 parent 236cd5e commit a8efbfd
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## [2.4.0](https://github.com/mokkapps/changelog-generator-demo/compare/v2.3.1...v2.4.0) (2024-07-02)


### Features

* **barefiling:** add support to bare files ([a3099bc](https://github.com/mokkapps/changelog-generator-demo/commits/a3099bc8415c319bb9b48128d8258fefc814d7af))


### Common

* **locales:** fix locales in previous settings ([f7217e4](https://github.com/mokkapps/changelog-generator-demo/commits/f7217e4d02a8b93fd2cd34dd08c81ecd8c9bfc9e))
* **settings:** add some tooltips to settings ([236cd5e](https://github.com/mokkapps/changelog-generator-demo/commits/236cd5ec06fc65df2cfeed3bbcf6aad281454486))
* **stablechecks:** add stable checks and allow empty entry in the settings ([0698a5e](https://github.com/mokkapps/changelog-generator-demo/commits/0698a5e7d6e5890f022ea6835c3a8301474b02ee))

### [2.3.1](https://github.com/mokkapps/changelog-generator-demo/compare/v2.3.0...v2.3.1) (2024-06-23)


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": "unitade",
"name": "UNITADE.md",
"version": "2.3.1",
"version": "2.4.0",
"minAppVersion": "1.0.0",
"description": "Effortlessly treat any file extension as note, organize diverse file formats in your vault and take advancements in control of extension system even with custom modals.",
"author": "Falcion",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unitade",
"displayName": "UNITADE.md",
"private": true,
"version": "2.3.1",
"version": "2.4.0",
"description": "A plugin for note-taking app Obsidian™ which allows you to treat any file extension as markdown note-file",
"main": "main.ts",
"markdown": "github",
Expand Down

0 comments on commit a8efbfd

Please sign in to comment.