diff --git a/CHANGELOG.md b/CHANGELOG.md index 369c89c..b4258d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.2.1](https://github.com/eXaminator/kanka-foundry/compare/2.2.0...2.2.1) (2021-07-03) + + +### Bug Fixes + +* improve asset tab styling when few files were added to an entity ([8a9faae](https://github.com/eXaminator/kanka-foundry/commit/8a9faaebc0b057b82feed32a35e391f9254c80ba)) +* keep styles and options of non-kanka journal entries intact ([1deb4cb](https://github.com/eXaminator/kanka-foundry/commit/1deb4cb46975a93780069becd942102e6a123926)) +* streamline button styles across all kanka windows ([ba222db](https://github.com/eXaminator/kanka-foundry/commit/ba222db1a38dfdce5a6b226ffd2573319a56cb8e)) + # [2.2.0](https://github.com/eXaminator/kanka-foundry/compare/2.1.1...2.2.0) (2021-06-26) diff --git a/package-lock.json b/package-lock.json index 0d3ee9b..5e41556 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "kanka-foundry", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ec9ae7a..c66d0a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "kanka-foundry", - "version": "2.2.0", + "version": "2.2.1", "description": "", "repository": "https://github.com/eXaminator/kanka-foundry", "scripts": {