From 3eac17125baf3f06ad19b790063492f9078e80ba Mon Sep 17 00:00:00 2001 From: Nathan Smith Date: Sat, 24 Feb 2024 19:29:25 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20release:=20Release=20v0.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 ++++- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 1 + 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f2c4e4..e8f3488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --> -## Unreleased + + +## [0.4.0] - 2024-02-24 ### Changed @@ -51,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release. +[0.4.0]: https://github.com/nathonius/obsidian-github-link/compare/0.3.0...0.4.0 [0.3.0]: https://github.com/nathonius/obsidian-github-link/compare/0.2.0...0.3.0 [0.2.0]: https://github.com/nathonius/obsidian-github-link/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/nathonius/obsidian-github-link/releases/tag/0.1.0 diff --git a/manifest.json b/manifest.json index aed9d53..cfd00cd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "github-link", "name": "GitHub Link", - "version": "0.3.0", + "version": "0.4.0", "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 4ab3342..204818c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-github-link", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-github-link", - "version": "0.3.0", + "version": "0.4.0", "license": "MIT", "dependencies": { "@octokit/auth-oauth-device": "^6.0.1", diff --git a/package.json b/package.json index c9217d9..14785c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-link", - "version": "0.3.0", + "version": "0.4.0", "description": "An Obsidian plugin enriching notes with issue and pull request content from GitHub", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index b0581ac..076ba7e 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.4.0": "0.15.0", "0.3.0": "0.15.0", "0.2.0": "0.15.0", "0.1.0": "0.15.0"