Skip to content

Commit

Permalink
chore(release): 0.0.12 [skip ci]
Browse files Browse the repository at this point in the history
## [0.0.12](v0.0.11...v0.0.12) (2020-06-29)

### Bug Fixes

* npm install after I've updated the package.json file. ([daddd47](daddd47))
  • Loading branch information
semantic-release-bot committed Jun 29, 2020
1 parent daddd47 commit d328ce8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.0.11",
"version": "0.0.12",
"description": "A 2d6 system",
"scripts": {
"build": "webpack --mode production",
Expand Down
6 changes: 3 additions & 3 deletions static/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit d328ce8

Please sign in to comment.