Skip to content

Commit

Permalink
chore(main): release 10.0.3 (#250)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 16, 2023
1 parent fd5aabf commit f895136
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "10.0.2"
".": "10.0.3"
}
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.

## [10.0.3](https://github.com/javalent/dice-roller/compare/10.0.2...10.0.3) (2023-10-16)


### Bug Fixes

* Dice rollers that roll min/max are decorated with the `is-min` or `is-max` css class (close [#244](https://github.com/javalent/dice-roller/issues/244)) ([6ab60d9](https://github.com/javalent/dice-roller/commit/6ab60d98bf3cbb82895b5447d691488e429b6b80))
* Enables a Fudge/Fate dice icon (toggleable in settings) (close [#251](https://github.com/javalent/dice-roller/issues/251)) ([fd5aabf](https://github.com/javalent/dice-roller/commit/fd5aabf4c774003da4af8d87125b8f33b362ee0a))
* fixes issue where rendered dice didn't match result (close [#252](https://github.com/javalent/dice-roller/issues/252)) ([21671ee](https://github.com/javalent/dice-roller/commit/21671ee13afa90e282e673143fe9903ceccd1e69))
* fixes issue with calculating Fate results ([7388384](https://github.com/javalent/dice-roller/commit/7388384bbfd8594018a43e3f605a11945857c76c))

## [10.0.2](https://github.com/javalent/dice-roller/compare/10.0.1...10.0.2) (2023-10-14)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-dice-roller",
"name": "Dice Roller",
"version": "10.0.2",
"version": "10.0.3",
"minAppVersion": "0.12.15",
"description": "Inline dice rolling for Obsidian.md",
"author": "Jeremy Valentine",
Expand Down
4 changes: 2 additions & 2 deletions 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": "obsidian-dice-roller",
"version": "10.0.2",
"version": "10.0.3",
"description": "Inline dice rolling for Obsidian.md",
"main": "",
"types": "./@types/index.d.ts",
Expand Down

0 comments on commit f895136

Please sign in to comment.