diff --git a/CHANGELOG.md b/CHANGELOG.md index c9d8de24..5e2e2dc6 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.2.2](https://github.com/valentine195/obsidian-initiative-tracker/compare/7.2.1...7.2.2) (2022-03-03) + + +### Bug Fixes + +* Fixes issue where switching a party in the tracker wouldn't allow parties to be loaded from encounters ([9940382](https://github.com/valentine195/obsidian-initiative-tracker/commit/994038243738b162b7f951058cbce90a038a2956)) + ### [7.2.1](https://github.com/valentine195/obsidian-initiative-tracker/compare/7.2.0...7.2.1) (2022-02-22) diff --git a/manifest.json b/manifest.json index 4fe087b8..fd57ef2c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "7.2.1", + "version": "7.2.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 44ed6b9a..5d56cc32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "initiative-tracker", - "version": "7.2.1", + "version": "7.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "initiative-tracker", - "version": "7.2.1", + "version": "7.2.2", "license": "MIT", "devDependencies": { "@babel/core": "^7.14.6", diff --git a/package.json b/package.json index 0aade8e2..09ebf3bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "initiative-tracker", - "version": "7.2.1", + "version": "7.2.2", "description": "TTRPG Initiative Tracker for Obsidian.md", "main": "main.js", "scripts": {