diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8543569..ad34238 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "11.4.0" + ".": "11.4.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e4b44d..c3883ee 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. +## [11.4.1](https://github.com/javalent/dice-roller/compare/11.4.0...11.4.1) (2024-11-20) + + +### Bug Fixes + +* Better handling of links within rendered rollers ([c2d5e17](https://github.com/javalent/dice-roller/commit/c2d5e1701873259a0e931a505c9441ccd29f099a)) + ## [11.4.0](https://github.com/javalent/dice-roller/compare/11.3.4...11.4.0) (2024-11-05) diff --git a/manifest.json b/manifest.json index de05683..06d00ae 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-dice-roller", "name": "Dice Roller", - "version": "11.4.0", + "version": "11.4.1", "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 bdbc738..d1fd223 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@javalent/dice-roller", - "version": "11.4.0", + "version": "11.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@javalent/dice-roller", - "version": "11.4.0", + "version": "11.4.1", "license": "MIT", "devDependencies": { "@codemirror/language": "https://github.com/lishid/cm-language", diff --git a/package.json b/package.json index 12d1e47..7410cba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@javalent/dice-roller", - "version": "11.4.0", + "version": "11.4.1", "description": "Inline dice rolling for Obsidian.md", "main": "./dist/api.js", "types": "./dist/api/api.d.ts",