From b18ae73acbbb59dbd93224818636a615216b1d3f Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Sun, 30 Oct 2022 12:07:31 +0000 Subject: [PATCH] chore(release): 0.1.4 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a62039..a1a2a18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [0.1.4](https://github.com/benr77/obsidian-gitlab-issues/compare/0.1.3...0.1.4) (2022-10-30) + ### [0.1.3](https://github.com/benr77/obsidian-gitlab-issues/compare/0.1.1...0.1.3) (2022-10-04) ### [0.1.2](https://github.com/benr77/obsidian-gitlab-issues/compare/0.1.1...0.1.2) (2022-10-04) diff --git a/manifest.json b/manifest.json index 9ea625e..e4e6954 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-gitlab-issues", "name": "Gitlab Issues", - "version": "0.1.3", + "version": "0.1.4", "minAppVersion": "0.12.0", "description": "Import issues from Gitlab into Obsidian.", "author": "Ben Roberts", diff --git a/package-lock.json b/package-lock.json index 4e916c7..5bac586 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-gitlab-issues", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-gitlab-issues", - "version": "0.1.3", + "version": "0.1.4", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index a7f6f6f..b7553a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-gitlab-issues", - "version": "0.1.3", + "version": "0.1.4", "description": "Obsidian plugin to import issues from GitLab.", "main": "main.js", "scripts": {