diff --git a/CHANGELOG.md b/CHANGELOG.md index 5508ccb2d..ed85c39e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.0.12](https://github.com/xdy/twodsix-foundryvtt/compare/v0.0.11...v0.0.12) (2020-06-29) + + +### Bug Fixes + +* npm install after I've updated the package.json file. ([daddd47](https://github.com/xdy/twodsix-foundryvtt/commit/daddd475a5934c0a803d78ecf96e7de072046eab)) + ## [0.0.11](https://github.com/xdy/twodsix-foundryvtt/compare/v0.0.10...v0.0.11) (2020-06-29) diff --git a/package-lock.json b/package-lock.json index c06f91d0e..3201c2834 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "twodsix", - "version": "0.0.11", + "version": "0.0.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e8d9035a3..7433c0304 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "twodsix", - "version": "0.0.11", + "version": "0.0.12", "description": "A 2d6 system", "scripts": { "build": "webpack --mode production", diff --git a/static/system.json b/static/system.json index ce5db6da6..0e1df584b 100644 --- a/static/system.json +++ b/static/system.json @@ -2,9 +2,9 @@ "name": "twodsix", "title": "twodsix", "url": "https://github.com/xdy/twodsix-foundryvtt/", - "manifest": "https://github.com/xdy/twodsix-foundryvtt/releases/download/v0.0.10/system.json", - "download": "https://github.com/xdy/twodsix-foundryvtt/releases/download/v0.0.10/twodsix.zip", - "version": "0.0.10", + "manifest": "https://github.com/xdy/twodsix-foundryvtt/releases/download/v0.0.12/system.json", + "download": "https://github.com/xdy/twodsix-foundryvtt/releases/download/v0.0.12/twodsix.zip", + "version": "0.0.12", "author": "Jonas Karlsson", "authors": [ {