diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1602b06..7a8a545 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "11.0.2" + ".": "11.0.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 02282cf..1318ec5 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.0.3](https://github.com/javalent/dice-roller/compare/11.0.2...11.0.3) (2024-05-01) + + +### Bug Fixes + +* Replace all instances of flags in a dice string, not only one. ([0a6da29](https://github.com/javalent/dice-roller/commit/0a6da2940d4d6d82d283d7253dab7fc58be3af96)) + ## [11.0.2](https://github.com/javalent/dice-roller/compare/11.0.1...11.0.2) (2024-04-30) diff --git a/manifest.json b/manifest.json index 51678e3..04496c8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-dice-roller", "name": "Dice Roller", - "version": "11.0.2", + "version": "11.0.3", "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 efd6b7f..54d4a83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@javalent/dice-roller", - "version": "11.0.2", + "version": "11.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@javalent/dice-roller", - "version": "11.0.2", + "version": "11.0.3", "license": "MIT", "devDependencies": { "@codemirror/language": "https://github.com/lishid/cm-language", diff --git a/package.json b/package.json index 3543767..fa1457e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@javalent/dice-roller", - "version": "11.0.2", + "version": "11.0.3", "description": "Inline dice rolling for Obsidian.md", "main": "./dist/api.js", "types": "./dist/api/api.d.ts",