From 17a0af24f696228e339ce022ba8cbe98a59b4c8f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 21:43:59 -0400 Subject: [PATCH] chore(main): release 10.1.0 (#253) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 22 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4306979..f9049d5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.0.3" + ".": "10.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d94315f..f63bfa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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.1.0](https://github.com/javalent/dice-roller/compare/10.0.3...10.1.0) (2023-10-20) + + +### Features + +* Can now specify custom dice buttons for the Dice Tray view in settings ([f8a8a60](https://github.com/javalent/dice-roller/commit/f8a8a60a1f4b7cb497e43a9efaaaafdab28c6275)) + + +### Bug Fixes + +* Fixes decoration of dice when it is a negative roll ([da0fdb6](https://github.com/javalent/dice-roller/commit/da0fdb66b2bdf50975ab36892cf918d317c2bcf0)) +* Fixes max/min decoration of dice when a static number is present in formula ([8c9538e](https://github.com/javalent/dice-roller/commit/8c9538e77a05f3eea2fc803ae0c7c655bb1b7bdf)) +* improve visual appearance of dice roller settings ([7ec8bea](https://github.com/javalent/dice-roller/commit/7ec8beae2b0062b4c425d43617ef3031ef9514b0)) +* Improves behavior when the first dice in a formula is negative ([249e13d](https://github.com/javalent/dice-roller/commit/249e13de753ac94ec687e281a89cc8622ffb7c2c)) +* re-enable dice-based conditions ([059120f](https://github.com/javalent/dice-roller/commit/059120f23ba8b4f1a5c2e7abe47f6ba9c8468a7b)) +* Rename Dice View to Dice Tray ([a3c24c7](https://github.com/javalent/dice-roller/commit/a3c24c73ac1c16762459db13377b4a8f8a3ebc70)) + ## [10.0.3](https://github.com/javalent/dice-roller/compare/10.0.2...10.0.3) (2023-10-16) diff --git a/manifest.json b/manifest.json index 2115e2d..a905b91 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-dice-roller", "name": "Dice Roller", - "version": "10.0.3", + "version": "10.1.0", "minAppVersion": "0.12.15", "description": "Inline dice rolling for Obsidian.md", "author": "Jeremy Valentine", diff --git a/package-lock.json b/package-lock.json index 5c97c4d..d56318d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-dice-roller", - "version": "10.0.3", + "version": "10.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-dice-roller", - "version": "10.0.3", + "version": "10.1.0", "license": "MIT", "dependencies": { "obsidian-dice-roller": "^8.13.12" diff --git a/package.json b/package.json index 0b6f3f5..7141be0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dice-roller", - "version": "10.0.3", + "version": "10.1.0", "description": "Inline dice rolling for Obsidian.md", "main": "", "types": "./@types/index.d.ts",