Skip to content

Commit

Permalink
chore(release): bump package version and update changelog [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
symposion committed Mar 28, 2017
1 parent ad9fbdb commit 94fffcb
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 6 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
<a name="8.3.0"></a>
# [8.3.0](https://github.com/symposion/roll20-shaped-scripts/compare/8.2.0...8.3.0) (2017-03-28)


### Bug Fixes

* **death-saves:** Don't moan about negative HP ([2c63292](https://github.com/symposion/roll20-shaped-scripts/commit/2c63292)), closes [#422](https://github.com/symposion/roll20-shaped-scripts/issues/422)
* **entity-lister:** Ensure classes are always listed for spells ([368a7a4](https://github.com/symposion/roll20-shaped-scripts/commit/368a7a4))
* **entity-lister:** Improve concentration/ritual presentation ([33b567d](https://github.com/symposion/roll20-shaped-scripts/commit/33b567d))
* **import:** Stop Errors being swallowed for monster import ([4f7dfda](https://github.com/symposion/roll20-shaped-scripts/commit/4f7dfda)), closes [#431](https://github.com/symposion/roll20-shaped-scripts/issues/431)


### Features

* **custom-json:** Implement better patch system for houserules ([ef93e8d](https://github.com/symposion/roll20-shaped-scripts/commit/ef93e8d)), closes [#433](https://github.com/symposion/roll20-shaped-scripts/issues/433)
* **monster-list:** Click to remove existing ([8f57685](https://github.com/symposion/roll20-shaped-scripts/commit/8f57685)), closes [#436](https://github.com/symposion/roll20-shaped-scripts/issues/436)
* **token-defaults:** Provide option to only link bars for PCs ([1876f40](https://github.com/symposion/roll20-shaped-scripts/commit/1876f40)), closes [#402](https://github.com/symposion/roll20-shaped-scripts/issues/402)



<a name="8.2.0"></a>
# [8.2.0](https://github.com/symposion/roll20-shaped-scripts/compare/8.1.0...8.2.0) (2017-03-23)

Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ This is a script designed for use with the API on the [Roll20 Virtual Table Top]
- [Optional Extras](#optional-extras)
- [Usage](#usage)
- [Import a Monster from Monster Manual Statblock text](#import-a-monster-from-monster-manual-statblock-text)
- [Importing Monsters from a Custom Database](#importing-monsters-from-a-custom-database)
- [Importing Spells from a Custom Database](#importing-spells-from-a-custom-database)
- [Importing Monsters from the Script Database](#importing-monsters-from-the-script-database)
- [Importing Spells from the Script Database](#importing-spells-from-the-script-database)
- [Tracking advantage using the script](#tracking-advantage-using-the-script)
- [Creating token actions for characters](#creating-token-actions-for-characters)
- [Decrementing ammo](#decrementing-ammo)
Expand All @@ -30,10 +30,11 @@ This is a script designed for use with the API on the [Roll20 Virtual Table Top]
- [Short/Long rest](#shortlong-rest)
- [Full command list](#full-command-list)
- [!shaped-import-statblock](#shaped-import-statblock)
- [!shaped-import-monster](#shaped-import-monster)
- [!shaped-monsters](#shaped-monsters)
- [!shaped-monster](#shaped-monster)
- [!shaped-import-by-token](#shaped-import-by-token)
- [!shaped-import-spell](#shaped-import-spell)
- [!shaped-list-spells](#shaped-list-spells)
- [!shaped-spell](#shaped-spell)
- [!shaped-spells](#shaped-spells)
- [!shaped-at](#shaped-at)
- [!shaped-abilities](#shaped-abilities)
- [!shaped-config](#shaped-config)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roll20_shaped_scripts",
"version": "8.2.0",
"version": "8.3.0",
"description": "Scripts to support the 5e Shaped Character Sheet on Roll20.net",
"main": "lib/entry-point.js",
"dependencies": {
Expand Down

0 comments on commit 94fffcb

Please sign in to comment.