Skip to content

Commit

Permalink
chore(release): 13.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [13.3.0](v13.2.7...v13.3.0) (2020-07-24)

### Features

* add `dialogOnly` option to allow portraits outside of dialog ([#160](#160)) ([1611831](1611831))
  • Loading branch information
semantic-release-bot committed Jul 24, 2020
1 parent 1611831 commit f627122
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [13.3.0](https://github.com/seleb/bitsy-hacks/compare/v13.2.7...v13.3.0) (2020-07-24)


### Features

* add `dialogOnly` option to allow portraits outside of dialog ([#160](https://github.com/seleb/bitsy-hacks/issues/160)) ([1611831](https://github.com/seleb/bitsy-hacks/commit/161183145e9292d94b928edc1639e4602edf7b1c))

## [13.2.7](https://github.com/seleb/bitsy-hacks/compare/v13.2.6...v13.2.7) (2020-07-16)


Expand Down
9 changes: 6 additions & 3 deletions dist/character-portraits-animated.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions dist/character-portraits.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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
Expand Up @@ -6,7 +6,7 @@
"hacks"
],
"main": "index.mjs",
"version": "13.2.7",
"version": "13.3.0",
"scripts": {
"build": "rollup -c",
"test": "jest --runInBand",
Expand Down

0 comments on commit f627122

Please sign in to comment.