diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e2e2dc6..3c42679d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [7.3.0](https://github.com/valentine195/obsidian-initiative-tracker/compare/7.2.2...7.3.0) (2022-03-04) + + +### Features + +* Can now specify players and party separately (close [#31](https://github.com/valentine195/obsidian-initiative-tracker/issues/31)) ([113a78c](https://github.com/valentine195/obsidian-initiative-tracker/commit/113a78c124a448c6fc6f4f20a7f796fbe82ec569)) +* Player names in the tracker are now bolded and receive the `.player` class ([8ff9ab3](https://github.com/valentine195/obsidian-initiative-tracker/commit/8ff9ab34b083ef6374cc96876397c4f518a21e52)) + ### [7.2.2](https://github.com/valentine195/obsidian-initiative-tracker/compare/7.2.1...7.2.2) (2022-03-03) diff --git a/manifest.json b/manifest.json index fd57ef2c..e32db44c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "7.2.2", + "version": "7.3.0", "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 5d56cc32..f2c94a35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "initiative-tracker", - "version": "7.2.2", + "version": "7.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "initiative-tracker", - "version": "7.2.2", + "version": "7.3.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.14.6", diff --git a/package.json b/package.json index 09ebf3bf..36ea574d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "initiative-tracker", - "version": "7.2.2", + "version": "7.3.0", "description": "TTRPG Initiative Tracker for Obsidian.md", "main": "main.js", "scripts": {