From 4f619e2532aa77f1d199a04d756463ad77ce48c2 Mon Sep 17 00:00:00 2001 From: Jeremy Valentine Date: Tue, 14 Dec 2021 16:07:36 -0500 Subject: [PATCH] chore(release): 5.0.2 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 960ff01e..e05b9c3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [5.0.2](https://github.com/valentine195/obsidian-initiative-tracker/compare/5.0.1...5.0.2) (2021-12-14) + + +### Bug Fixes + +* added global condense setting in Settings ([56df12a](https://github.com/valentine195/obsidian-initiative-tracker/commit/56df12af7de3ba45ee16567d68c74a63d2497ef7)) + ### [5.0.1](https://github.com/valentine195/obsidian-initiative-tracker/compare/5.0.0...5.0.1) (2021-12-14) diff --git a/manifest.json b/manifest.json index 12e97f4b..a87b9122 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "5.0.1", + "version": "5.0.2", "minAppVersion": "0.12.10", "author": "Jeremy Valentine", "description": "TTRPG Initiative Tracker for Obsidian.md", diff --git a/package-lock.json b/package-lock.json index 5708445c..ac9a2d55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "initiative-tracker", - "version": "5.0.1", + "version": "5.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "initiative-tracker", - "version": "5.0.1", + "version": "5.0.2", "license": "MIT", "devDependencies": { "@babel/core": "^7.14.6", diff --git a/package.json b/package.json index 87a03b65..86c1df53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "initiative-tracker", - "version": "5.0.1", + "version": "5.0.2", "description": "TTRPG Initiative Tracker for Obsidian.md", "main": "main.js", "scripts": {