Skip to content

Commit

Permalink
chore(release): 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Nov 19, 2021
1 parent 0111eec commit f635537
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

### [1.1.2](https://github.com/SkepticMystic/breadcrumbs/compare/1.1.1...1.1.2) (2021-11-19)


### Bug Fixes

* :bug: Check if nodes exist before setting edges ([0111eec](https://github.com/SkepticMystic/breadcrumbs/commit/0111eecd347208cb8e59462757a41a6a619f2f66))
* :bug: Don't index an array using Object.keys :yum: ([79dd8b1](https://github.com/SkepticMystic/breadcrumbs/commit/79dd8b1c6a800051a95692cb17c90ed45bf0160b))
* :bug: I don't think it has to be a breaking change... ([5524c29](https://github.com/SkepticMystic/breadcrumbs/commit/5524c2981ee10d925f7b8f5630aa6e7195b2df2f))

### [1.1.1](https://github.com/SkepticMystic/breadcrumbs/compare/1.1.0...1.1.1) (2021-11-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": "breadcrumbs",
"name": "Breadcrumbs",
"version": "1.1.1",
"version": "1.1.2",
"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": "1.1.1",
"version": "1.1.2",
"description": "Visualise & navigate your vault's structure",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit f635537

Please sign in to comment.