Skip to content

Commit

Permalink
chore(release): 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Jan 2, 2022
1 parent 4c90c96 commit 1b69ada
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.16.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.15.0...2.16.0) (2022-01-02)


### Features

* **Threading:** :sparkles: Option for customisable template for new note ([c893b81](https://github.com/SkepticMystic/breadcrumbs/commit/c893b812e382b0b761df0040f83b46e49d74c2c4))
* **Threading:** :sparkles: Option to thread into new pane or current pane ([625aa6e](https://github.com/SkepticMystic/breadcrumbs/commit/625aa6e506cb41957391f3940bce5d8565ec66ec))


### Bug Fixes

* **Threading:** :bug: Add incrementing `i` to new notes (fix [#228](https://github.com/SkepticMystic/breadcrumbs/issues/228)) ([4c90c96](https://github.com/SkepticMystic/breadcrumbs/commit/4c90c963732d775a5c5f0a1c36dcfbf7791ec7a6))

## [2.15.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.14.0...2.15.0) (2022-01-01)


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": "breadcrumbs",
"name": "Breadcrumbs",
"version": "2.15.0",
"version": "2.16.0",
"minAppVersion": "0.12.12",
"description": "Visualise & navigate your vault's structure",
"author": "SkepticMystic",
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": "breadcrumbs-plugin",
"version": "2.15.0",
"version": "2.16.0",
"description": "Visualise & navigate your vault's structure",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 1b69ada

Please sign in to comment.