diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 44d3e35..778e933 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "11.3.3" + ".": "11.3.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 401282a..09bc4a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [11.3.4](https://github.com/javalent/dice-roller/compare/11.3.3...11.3.4) (2024-10-23) + + +### Bug Fixes + +* Asynchronous rollers will now load themselves if not already loaded when `roll` is called ([35102eb](https://github.com/javalent/dice-roller/commit/35102eb5e9e9516144f386d9f059cf029552cc4a)) +* Show Dice Roller version on load ([b1438ef](https://github.com/javalent/dice-roller/commit/b1438efe9b3292848e269405e3c76d41229905d3)) + ## [11.3.3](https://github.com/javalent/dice-roller/compare/11.3.2...11.3.3) (2024-10-23) diff --git a/manifest.json b/manifest.json index 3aa840b..edff5aa 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-dice-roller", "name": "Dice Roller", - "version": "11.3.3", + "version": "11.3.4", "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 fc6ec93..47ebe74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@javalent/dice-roller", - "version": "11.3.3", + "version": "11.3.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@javalent/dice-roller", - "version": "11.3.3", + "version": "11.3.4", "license": "MIT", "devDependencies": { "@codemirror/language": "https://github.com/lishid/cm-language", diff --git a/package.json b/package.json index f8d30e7..c2dc2a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@javalent/dice-roller", - "version": "11.3.3", + "version": "11.3.4", "description": "Inline dice rolling for Obsidian.md", "main": "./dist/api.js", "types": "./dist/api/api.d.ts",