diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f2bbbf9..2c42d31e 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. +### [7.4.4](https://github.com/valentine195/obsidian-initiative-tracker/compare/7.4.3...7.4.4) (2022-06-09) + + +### Bug Fixes + +* New encounters no longer add all players if a party is active (close [#41](https://github.com/valentine195/obsidian-initiative-tracker/issues/41)) ([f493ecf](https://github.com/valentine195/obsidian-initiative-tracker/commit/f493ecf3c92c0374a9a31276789fb036c6d4987a)) + ### [7.4.1](https://github.com/valentine195/obsidian-initiative-tracker/compare/7.4.0...7.4.1) (2022-03-22) diff --git a/manifest.json b/manifest.json index 26169a0d..614af6c1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "7.4.3", + "version": "7.4.4", "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 19beae3a..eb2328ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "initiative-tracker", - "version": "7.4.1", + "version": "7.4.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "initiative-tracker", - "version": "7.4.1", + "version": "7.4.4", "license": "MIT", "devDependencies": { "@babel/core": "^7.14.6", diff --git a/package.json b/package.json index 007459bb..4cbb1f8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "initiative-tracker", - "version": "7.4.1", + "version": "7.4.4", "description": "TTRPG Initiative Tracker for Obsidian.md", "main": "main.js", "scripts": {