Skip to content

Commit

Permalink
chore(release): 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derikb committed Jun 12, 2022
1 parent 10811c7 commit 1b0a342
Show file tree
Hide file tree
Showing 7 changed files with 97 additions and 50 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

## [4.2.0](/~https://github.com/derikb/character-sheet-app/compare/v4.1.0...v4.2.0) (2022-06-12)


### Features

* **dice:** Add full set rollers to 5e ([10811c7](/~https://github.com/derikb/character-sheet-app/commit/10811c7611be6d3eec2704c8437618208f40e3ad)), closes [#100](/~https://github.com/derikb/character-sheet-app/issues/100)
* **dice:** Added skill/saving rollers on 5e ([f63275f](/~https://github.com/derikb/character-sheet-app/commit/f63275f0a86ef1089bbaa163588b6e57e06501be)), closes [#100](/~https://github.com/derikb/character-sheet-app/issues/100)
* **keys:** Handle backspace in note/list/table components ([8b9e2c0](/~https://github.com/derikb/character-sheet-app/commit/8b9e2c0e3c86a268ca8fd64598d6845c8d08f2de)), closes [#109](/~https://github.com/derikb/character-sheet-app/issues/109)

## [4.1.0](/~https://github.com/derikb/character-sheet-app/compare/v4.0.2...v4.1.0) (2022-02-19)


Expand Down
124 changes: 81 additions & 43 deletions dist/index.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/service_worker.js

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

2 changes: 1 addition & 1 deletion dist/service_worker.js.map

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
@@ -1,6 +1,6 @@
{
"name": "character-sheet-app",
"version": "4.1.0",
"version": "4.2.0",
"description": "Online character sheet for Tabletop Role-Playing Games",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1b0a342

Please sign in to comment.