Skip to content

Commit

Permalink
chore(release): 0.6.76 [skip ci]
Browse files Browse the repository at this point in the history
## [0.6.76](v0.6.75...v0.6.76) (2021-01-03)

### Bug Fixes

* Adds settings for effects of natural 2/12, if a natural 2 or 12 should affect Effect, setting for what Effect is considered a critical success or failure. Also adds code supporting that to rolls. ([cc475a9](cc475a9))
  • Loading branch information
semantic-release-bot committed Jan 3, 2021
1 parent cc475a9 commit fbe9954
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.6.76](https://github.com/xdy/twodsix-foundryvtt/compare/v0.6.75...v0.6.76) (2021-01-03)


### Bug Fixes

* Adds settings for effects of natural 2/12, if a natural 2 or 12 should affect Effect, setting for what Effect is considered a critical success or failure. Also adds code supporting that to rolls. ([cc475a9](https://github.com/xdy/twodsix-foundryvtt/commit/cc475a9d3b1c1fd743cf9ed12f8691f9087ad0a8))

## [0.6.75](https://github.com/xdy/twodsix-foundryvtt/compare/v0.6.74...v0.6.75) (2021-01-03)


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.6.75",
"version": "0.6.76",
"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 @@ -6,7 +6,7 @@
"manifest": "https://github.com/xdy/twodsix-foundryvtt/releases/latest/download/system.json",
"readme": "https://raw.githubusercontent.com/xdy/twodsix-foundryvtt/master/README.md",
"download": "https://github.com/xdy/twodsix-foundryvtt/releases/latest/download/twodsix.zip",
"version": "0.6.75",
"version": "0.6.76",
"author": "Jonas Karlsson (xdy#3735), Kevin Maree (Ultra Kev#9816)",
"bugs": "Plenty of them, this is an early alpha...",
"changelog": "https://raw.githubusercontent.com/xdy/twodsix-foundryvtt/master/CHANGELOG.md",
Expand Down

0 comments on commit fbe9954

Please sign in to comment.