From a706800397aef9e83285a33faeca05f7369e701f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Jun 2020 20:23:30 +0000 Subject: [PATCH] chore(release): 0.0.11 [skip ci] ## [0.0.11](https://github.com/xdy/twodsix-foundryvtt/compare/v0.0.10...v0.0.11) (2020-06-29) ### Bug Fixes * Use default configuration for @semantic-release/git to make sure all changed files are committed. Separate install and build steps again. ([ca20c47](https://github.com/xdy/twodsix-foundryvtt/commit/ca20c47a06dc0bb91ca3747ad6b0a80227134567)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc4e2eebc..5508ccb2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.0.11](https://github.com/xdy/twodsix-foundryvtt/compare/v0.0.10...v0.0.11) (2020-06-29) + + +### Bug Fixes + +* Use default configuration for @semantic-release/git to make sure all changed files are committed. Separate install and build steps again. ([ca20c47](https://github.com/xdy/twodsix-foundryvtt/commit/ca20c47a06dc0bb91ca3747ad6b0a80227134567)) + ## [0.0.10](https://github.com/xdy/twodsix-foundryvtt/compare/v0.0.9...v0.0.10) (2020-06-29) diff --git a/package.json b/package.json index ad60fbf46..e8d9035a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "twodsix", - "version": "0.0.10", + "version": "0.0.11", "description": "A 2d6 system", "scripts": { "build": "webpack --mode production",