Skip to content

Commit

Permalink
chore(release): 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derikb committed May 1, 2021
1 parent 19dd2b8 commit e1f43f5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.9.0](https://github.com/derikb/rpg-table-randomizer/compare/v0.8.1...v0.9.0) (2021-05-01)


### Features

* **RandomTable:** Add toString method ([0098d6d](https://github.com/derikb/rpg-table-randomizer/commit/0098d6d40098a95cff21ed3562762572a3d93dcf)), closes [#23](https://github.com/derikb/rpg-table-randomizer/issues/23)
* **RandomTable:** Convert print to display options using class map ([5644ed5](https://github.com/derikb/rpg-table-randomizer/commit/5644ed5c767054f4bd91d62e00018c1143eb8365)), closes [#24](https://github.com/derikb/rpg-table-randomizer/issues/24)
* **RantomTableEntry:** Add class for entries ([15e4da9](https://github.com/derikb/rpg-table-randomizer/commit/15e4da974ee0ce730cb7235e7d2bf0562f6cda3d)), closes [#25](https://github.com/derikb/rpg-table-randomizer/issues/25)
* **TableResults:** Added results and results sets classes ([b14632f](https://github.com/derikb/rpg-table-randomizer/commit/b14632f76682efab994ba66a4f22d612ccd04807)), closes [#22](https://github.com/derikb/rpg-table-randomizer/issues/22)

### [0.8.1](https://github.com/derikb/rpg-table-randomizer/compare/v0.8.0...v0.8.1) (2021-04-30)


Expand Down
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
@@ -1,6 +1,6 @@
{
"name": "rpg-table-randomizer",
"version": "0.8.1",
"version": "0.9.0",
"description": "Module for random tables for use in roleplaying games",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit e1f43f5

Please sign in to comment.