Skip to content

Commit

Permalink
chore(release): 0.2.4 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.4](v0.2.3...v0.2.4) (2020-07-22)

### Bug Fixes

* Skill rolls now support difficulty and 'roll type' (e.g. advantage/disadvantage, 3d6kh2/3d6kl2) ([c25ccee](c25ccee))
  • Loading branch information
semantic-release-bot committed Jul 22, 2020
1 parent c25ccee commit 7a6dc20
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.2.4](https://github.com/xdy/twodsix-foundryvtt/compare/v0.2.3...v0.2.4) (2020-07-22)


### Bug Fixes

* Skill rolls now support difficulty and 'roll type' (e.g. advantage/disadvantage, 3d6kh2/3d6kl2) ([c25ccee](https://github.com/xdy/twodsix-foundryvtt/commit/c25ccee7c8c99a6c4e503267abc1f2734edb58c5))

## [0.2.3](https://github.com/xdy/twodsix-foundryvtt/compare/v0.2.2...v0.2.3) (2020-07-21)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "twodsix",
"version": "0.2.3",
"version": "0.2.4",
"description": "A 2d6 system",
"scripts": {
"build": "webpack --mode production",
Expand Down
2 changes: 1 addition & 1 deletion static/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://github.com/xdy/twodsix-foundryvtt/",
"manifest": "https://github.com/xdy/twodsix-foundryvtt/releases/latest/download/system.json",
"download": "https://github.com/xdy/twodsix-foundryvtt/releases/latest/download/twodsix.zip",
"version": "0.2.3",
"version": "0.2.4",
"author": "Jonas Karlsson (xdy#3735), Kevin Maree (Ultra Kev#9816)",
"bugs": "",
"changelog": "",
Expand Down

0 comments on commit 7a6dc20

Please sign in to comment.