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 Apr 14, 2017
1 parent 2bd163e commit 74ca2cb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
<a name="9.1.0"></a>
# [9.1.0](https://github.com/symposion/roll20-shaped-scripts/compare/9.0.0...9.1.0) (2017-04-14)


### Bug Fixes

* **config:** Fix config not being applied to new characters ([a9ba283](https://github.com/symposion/roll20-shaped-scripts/commit/a9ba283))
* **config:** Fix Rest settings ([61a75ef](https://github.com/symposion/roll20-shaped-scripts/commit/61a75ef)), closes [#470](https://github.com/symposion/roll20-shaped-scripts/issues/470)
* **config:** Remove Houserules and Variants menu ([727abe2](https://github.com/symposion/roll20-shaped-scripts/commit/727abe2))
* **import:** Don't show monster List after import ([48eec75](https://github.com/symposion/roll20-shaped-scripts/commit/48eec75)), closes [#456](https://github.com/symposion/roll20-shaped-scripts/issues/456)
* **import:** Support complex legendary costs ([60e451c](https://github.com/symposion/roll20-shaped-scripts/commit/60e451c))
* **startup:** Make "Upgrade the sheet" less confusing ([f0d5b73](https://github.com/symposion/roll20-shaped-scripts/commit/f0d5b73)), closes [#469](https://github.com/symposion/roll20-shaped-scripts/issues/469)


### Features

* **import:** Add UA content to script data ([7f9f1a5](https://github.com/symposion/roll20-shaped-scripts/commit/7f9f1a5))



<a name="9.0.0"></a>
# [9.0.0](https://github.com/symposion/roll20-shaped-scripts/compare/8.5.0...9.0.0) (2017-04-09)

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": "9.0.0",
"version": "9.1.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 74ca2cb

Please sign in to comment.