From 4f322411fbbe9af922591901c3213d614072db1f Mon Sep 17 00:00:00 2001 From: lukeleppan Date: Sat, 7 Nov 2020 02:05:56 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 9 --------- manifest.json | 2 +- package.json | 2 +- 3 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index ca83e41..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,9 +0,0 @@ -# Changelog - -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.0.2 (2020-11-06) - -# Changelog - -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. diff --git a/manifest.json b/manifest.json index b7945fe..0004f0f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-discordrpc", "name": "Discord Rich Presence", - "version": "1.0.1", + "version": "1.0.2", "description": "Update your Discord Status to show your friends what you are working on in Obsidian. With Discord Rich Presence.", "author": "Luke Leppan", "authorUrl": "https://lukeleppan.com", diff --git a/package.json b/package.json index 32b452f..e2d9601 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-discordrpc", - "version": "1.0.1", + "version": "1.0.2", "description": "Update your Discord Status to show your friends what you are working on in Obsidian. With Discord Rich Presence.", "main": "main.js", "scripts": {