Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.25.2...v5.0.0) (2024-06-14)

### Features

* Foundry vtt v12 update ([#1515](#1515)) ([c498390](c498390))

### BREAKING CHANGES

* This version is only compatible with v12+.  Also, "id" fields were removed from the html due to incompatibility with FVTT core.  Those wanting custom css should use "name" instead.
  • Loading branch information
semantic-release-bot committed Jun 14, 2024
1 parent c498390 commit d65c19a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [5.0.0](https://github.com/xdy/twodsix-foundryvtt/compare/v4.25.2...v5.0.0) (2024-06-14)


### Features

* Foundry vtt v12 update ([#1515](https://github.com/xdy/twodsix-foundryvtt/issues/1515)) ([c498390](https://github.com/xdy/twodsix-foundryvtt/commit/c498390a96e1b5497dbc8bcd16b89bca18816161))


### BREAKING CHANGES

* This version is only compatible with v12+. Also, "id" fields were removed from the html due to incompatibility with FVTT core. Those wanting custom css should use "name" instead.

## [4.25.2](https://github.com/xdy/twodsix-foundryvtt/compare/v4.25.1...v4.25.2) (2024-06-07)


Expand Down
4 changes: 2 additions & 2 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": "4.25.2",
"version": "5.0.0",
"description": "A 2d6 system",
"scripts": {
"build": "gulp build",
Expand Down
4 changes: 2 additions & 2 deletions static/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"url": "https://github.com/xdy/twodsix-foundryvtt/",
"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/download/v4.25.2/twodsix.zip",
"version": "4.25.2",
"download": "https://github.com/xdy/twodsix-foundryvtt/releases/download/v5.0.0/twodsix.zip",
"version": "5.0.0",
"socket": true,
"background": "systems/twodsix/assets/pause/sunburst.svg",
"changelog": "https://raw.githubusercontent.com/xdy/twodsix-foundryvtt/master/CHANGELOG.md",
Expand Down

0 comments on commit d65c19a

Please sign in to comment.