diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6965245..0d35016 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.3.1" + ".": "9.4.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index cbb89a6..c76e87e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [9.4.0](https://github.com/javalent/dice-roller/compare/9.3.1...9.4.0) (2023-09-06) + + +### Features + +* new `Add to View` setting for Dice rollers. when enabled, all dice roller results will be added to the Dice View ([70a11c4](https://github.com/javalent/dice-roller/commit/70a11c4743b384e465d6736079218bbdd53736d9)) + ## [9.3.1](https://github.com/javalent/dice-roller/compare/9.3.0...9.3.1) (2023-08-22) diff --git a/manifest.json b/manifest.json index ca397ff..9e2ff18 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-dice-roller", "name": "Dice Roller", - "version": "9.3.1", + "version": "9.4.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 bc2680d..aa25e45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-dice-roller", - "version": "9.3.1", + "version": "9.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-dice-roller", - "version": "9.3.1", + "version": "9.4.0", "license": "MIT", "dependencies": { "obsidian-dice-roller": "^8.13.12" diff --git a/package.json b/package.json index 58a841c..f0692b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dice-roller", - "version": "9.3.1", + "version": "9.4.0", "description": "Inline dice rolling for Obsidian.md", "main": "", "types": "./@types/index.d.ts",