From 8280fbf1bb45721ba659b158446874a6abcab3ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:49:44 -0400 Subject: [PATCH] chore(main): release 10.0.0 (#246) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8ad4199..3b733ff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.4.1" + ".": "10.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c1eeb3..902bc0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.0](https://github.com/javalent/dice-roller/compare/9.4.1...10.0.0) (2023-10-11) + + +### ⚠ BREAKING CHANGES + +* Rewrote renderer to allow for all dice modifiers to pass through + +### Features + +* Enables custom dice values using `Xd[...]` syntax ([af5ccf1](https://github.com/javalent/dice-roller/commit/af5ccf13c2c517e2126830dac2328570cd505531)) +* Rewrote renderer to allow for all dice modifiers to pass through ([9be1207](https://github.com/javalent/dice-roller/commit/9be1207fc5b028532e7691bfdf5ee8239ad43b2c)) + ## [9.4.1](https://github.com/javalent/dice-roller/compare/9.4.0...9.4.1) (2023-09-11) diff --git a/manifest.json b/manifest.json index 182ffc6..3b318e5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-dice-roller", "name": "Dice Roller", - "version": "9.4.1", + "version": "10.0.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 95b5b6e..e476bad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-dice-roller", - "version": "9.4.1", + "version": "10.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-dice-roller", - "version": "9.4.1", + "version": "10.0.0", "license": "MIT", "dependencies": { "obsidian-dice-roller": "^8.13.12" diff --git a/package.json b/package.json index 318a92e..4d64d4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dice-roller", - "version": "9.4.1", + "version": "10.0.0", "description": "Inline dice rolling for Obsidian.md", "main": "", "types": "./@types/index.d.ts",