Skip to content

Commit

Permalink
chore(release): 0.2.14 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.14](xdy/twodsix-foundryvtt@v0.2.13...v0.2.14) (2020-08-06)

### Bug Fixes

* Add support for different modifiers for characteristic value of 0. ([1c3f4a7](xdy@1c3f4a7))
* Added setting for naming advantage/disadvantage. But, mostly to force a rerelease now that npmjs.com is supposedly up again. ([407803c](xdy@407803c))
* Added settings for what bonus/penalty to give for each time increment in a task (not currently used). ([163e692](xdy@163e692))
* Another pointless change. ([dafbdf3](xdy@dafbdf3))
* Fixing warnings. ([61814bd](xdy@61814bd))
* Maybe switching to npm install instead of npm ci will work? ([d70d7d1](xdy@d70d7d1))
* Minor cleanup (mostly as a test of branch protection for master) ([0b8c414](xdy@0b8c414))
* Pointless commit to force rebuild, https://status.npmjs.org/ says their site works again. ([a1b771b](xdy@a1b771b))
* Pointless commit to force rebuild. ([3058493](xdy@3058493))
* Remove the UCF tab, it should be available from a button somewhere, and doesn't work well yet. Fix some documentation. ([fcf7f3f](xdy@fcf7f3f))
* Switching back to npm ci, the problem is that npmjs.com isn't stable right now. ([ce8d1c9](xdy@ce8d1c9))
  • Loading branch information
semantic-release-bot committed Aug 6, 2020
1 parent dafbdf3 commit 94bf604
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 22 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [0.2.14](https://github.com/xdy/twodsix-foundryvtt/compare/v0.2.13...v0.2.14) (2020-08-06)


### Bug Fixes

* Add support for different modifiers for characteristic value of 0. ([1c3f4a7](https://github.com/xdy/twodsix-foundryvtt/commit/1c3f4a799684b1ea779c8662cf97fb9a1a13cdc0))
* Added setting for naming advantage/disadvantage. But, mostly to force a rerelease now that npmjs.com is supposedly up again. ([407803c](https://github.com/xdy/twodsix-foundryvtt/commit/407803c63d5d42f0970357cc86f79fb538deaecc))
* Added settings for what bonus/penalty to give for each time increment in a task (not currently used). ([163e692](https://github.com/xdy/twodsix-foundryvtt/commit/163e692e37da685c28b9c3d1312cf57a8fdacd1a))
* Another pointless change. ([dafbdf3](https://github.com/xdy/twodsix-foundryvtt/commit/dafbdf33edf04aab2b16708c14b049bbe684ef67))
* Fixing warnings. ([61814bd](https://github.com/xdy/twodsix-foundryvtt/commit/61814bd26ded09918857fb9ac9191e8f8e5b60ae))
* Maybe switching to npm install instead of npm ci will work? ([d70d7d1](https://github.com/xdy/twodsix-foundryvtt/commit/d70d7d1b80c6d3f407c41d7ccbb807007ece1f41))
* Minor cleanup (mostly as a test of branch protection for master) ([0b8c414](https://github.com/xdy/twodsix-foundryvtt/commit/0b8c414f0f3b01429b058b7fcf619168a91dadf8))
* Pointless commit to force rebuild, https://status.npmjs.org/ says their site works again. ([a1b771b](https://github.com/xdy/twodsix-foundryvtt/commit/a1b771bb407304464cfa952faf6d98ddba10d4dd))
* Pointless commit to force rebuild. ([3058493](https://github.com/xdy/twodsix-foundryvtt/commit/3058493a3bcfd0abf4f0dde781b7fe175cc09864))
* Remove the UCF tab, it should be available from a button somewhere, and doesn't work well yet. Fix some documentation. ([fcf7f3f](https://github.com/xdy/twodsix-foundryvtt/commit/fcf7f3ff648b54ac124e12df83fceb0e0926937a))
* Switching back to npm ci, the problem is that npmjs.com isn't stable right now. ([ce8d1c9](https://github.com/xdy/twodsix-foundryvtt/commit/ce8d1c97928155403800f63d68ef6d19a947ed93))

## [0.2.13](https://github.com/xdy/twodsix-foundryvtt/compare/v0.2.12...v0.2.13) (2020-08-05)


Expand Down
67 changes: 47 additions & 20 deletions 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.13",
"version": "0.2.14",
"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 @@ -5,7 +5,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.13",
"version": "0.2.14",
"author": "Jonas Karlsson (xdy#3735), Kevin Maree (Ultra Kev#9816)",
"bugs": "",
"changelog": "",
Expand Down

0 comments on commit 94bf604

Please sign in to comment.