From d6db5dadbb452848a96da7e0fb211570e92f2b3e Mon Sep 17 00:00:00 2001 From: Nathan Smith Date: Sun, 21 Apr 2024 09:22:15 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20release:=20Release=20v0.7.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- versions.json | 3 ++- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95edb8f..3496f6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.7.1] - 2024-04-21 + +### Fixed + +- ⚡ Plugin data is initialized if no data is present on plugin load. Thanks @agriffis! + ## [0.7.0] - 2024-04-11 ### Changed @@ -97,6 +103,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release. +[0.7.1]: https://github.com/nathonius/obsidian-github-link/compare/0.7.0...0.7.1 [0.7.0]: https://github.com/nathonius/obsidian-github-link/compare/0.6.0...0.7.0 [0.6.0]: https://github.com/nathonius/obsidian-github-link/compare/0.5.1...0.6.0 [0.5.1]: https://github.com/nathonius/obsidian-github-link/compare/0.5.0...0.5.1 diff --git a/manifest.json b/manifest.json index f9e54ef..0a3eee6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "github-link", "name": "GitHub Link", - "version": "0.7.0", + "version": "0.7.1", "minAppVersion": "0.15.0", "description": "Enrich your notes with issue and pull request content from GitHub", "author": "Nathonius", diff --git a/package-lock.json b/package-lock.json index ffe490f..0e55479 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-github-link", - "version": "0.7.0", + "version": "0.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-github-link", - "version": "0.7.0", + "version": "0.7.1", "license": "MIT", "dependencies": { "@octokit/auth-oauth-device": "^6.0.1", diff --git a/package.json b/package.json index 58153f2..2a4bc76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-link", - "version": "0.7.0", + "version": "0.7.1", "description": "An Obsidian plugin enriching notes with issue and pull request content from GitHub", "main": "main.js", "scripts": { @@ -39,4 +39,4 @@ "@octokit/plugin-rest-endpoint-methods": "^10.3.0", "@octokit/request": "^8.2.0" } -} +} \ No newline at end of file diff --git a/versions.json b/versions.json index d511af9..1be45e6 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.7.1": "0.15.0", "0.7.0": "0.15.0", "0.6.0": "0.15.0", "0.5.1": "0.15.0", @@ -7,4 +8,4 @@ "0.3.0": "0.15.0", "0.2.0": "0.15.0", "0.1.0": "0.15.0" -} +} \ No newline at end of file