Skip to content

Commit dfbb64b

Browse files
committed
8.3.1 release
1 parent d02961f commit dfbb64b

File tree

7 files changed

+10509
-10
lines changed

7 files changed

+10509
-10
lines changed

5eShapedCompanion/8.3.1/5eShapedCompanion.js

+8,947
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

5eShapedCompanion/8.3.1/CHANGELOG.md

+1,076
Large diffs are not rendered by default.

5eShapedCompanion/8.3.1/README.md

+450
Large diffs are not rendered by default.

5eShapedCompanion/latest/5eShapedCompanion.js

+22-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

5eShapedCompanion/latest/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="8.3.1"></a>
2+
## [8.3.1](https://github.com/symposion/roll20-shaped-scripts/compare/8.3.0...8.3.1) (2017-03-29)
3+
4+
5+
### Bug Fixes
6+
7+
* **import:** Allow previous name to import spells for monster ([6cb8821](https://github.com/symposion/roll20-shaped-scripts/commit/6cb8821)), closes [#439](https://github.com/symposion/roll20-shaped-scripts/issues/439)
8+
* **import:** Fix error with custom JSON that still has patch attribute ([30a8f4e](https://github.com/symposion/roll20-shaped-scripts/commit/30a8f4e))
9+
10+
11+
112
<a name="8.3.0"></a>
213
# [8.3.0](https://github.com/symposion/roll20-shaped-scripts/compare/8.2.0...8.3.0) (2017-03-28)
314

5eShapedCompanion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "5e-shaped-companion",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"description": "Support script for 5e Shaped Character Sheet on the Roll20.net VTT platform",
55
"main": "5eShapedCompanion.js",
66
"scripts": {

5eShapedCompanion/script.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "5e Shaped Companion Script",
33
"script": "5eShapedCompanion.js",
4-
"version": "8.3.0",
4+
"version": "8.3.1",
55
"previousversions": [
6+
"8.3.0",
67
"8.2.0",
78
"8.1.0",
89
"8.0.0",

0 commit comments

Comments
 (0)