Skip to content

Commit

Permalink
chore(release): 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sytone committed Jul 2, 2022
1 parent ae01177 commit 6bde1d1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 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.6.0](https://github.com/sytone/obsidian-tasks-x/compare/2.5.2...2.6.0) (2022-07-02)


### Features

* add feature to customize render ([72636aa](https://github.com/sytone/obsidian-tasks-x/commits/72636aadf72fabb065e6c7d58cfdec93b6b6de8c))
* add template based rendering flag and setting ([a2d7bad](https://github.com/sytone/obsidian-tasks-x/commits/a2d7bad8cb6591526f66d002f905b8f493510552))
* added created to ui ([ae01177](https://github.com/sytone/obsidian-tasks-x/commits/ae0117754c4615a04d40ed4adca001fcb9cb067a))


### Documentation

* settings update ([24ccf10](https://github.com/sytone/obsidian-tasks-x/commits/24ccf10a441aaa45f30491758bc68b613c47f3f3))

### [2.5.2](https://github.com/sytone/obsidian-tasks-x/compare/2.5.0...2.5.2) (2022-06-30)


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": "obsidian-tasks-x-plugin",
"name": "Tasks SQL Powered",
"version": "2.5.2",
"version": "2.6.0",
"minAppVersion": "0.13.21",
"description": "Task management for Obsidian, SQL Powered. This is a preview fork of the Tasks plugin.",
"author": "Jon Bullen (original by Martin Schenck)",
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": "obsidian-tasks-x",
"version": "2.5.2",
"version": "2.6.0",
"description": "Task management for Obsidian, SQL Powered. This is a fork of the Tasks plugin.",
"main": "main.js",
"private": true,
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@
"2.4.1": "0.13.21",
"2.4.2": "0.13.21",
"2.5.0": "0.13.21",
"2.5.2": "0.13.21"
"2.5.2": "0.13.21",
"2.6.0": "0.13.21"
}

0 comments on commit 6bde1d1

Please sign in to comment.