diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bf0c84db..26b7649ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +version 2.2.0 (07/8/2019) +* Adds Sharable Character Sheets feature +* Fixes bug in creating notes + version 2.1.0 (04/29/2019) * Updates some more validation constraints * Fixes a bug with switching tabs diff --git a/package-lock.json b/package-lock.json index be6f07a48..b728d3eed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "AdventurersCodex", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c1ec32607..d44ab5698 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "AdventurersCodex", "description": "Experience the next step in tabletop RPGs", - "version": "2.1.0", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/adventurerscodex/adventurerscodex"