From 183d66e9ac08fe9c1c5a9f416e55a31ab00b2ddf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 08:29:24 -0400 Subject: [PATCH] chore(main): release 11.3.3 (#351) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d04f16d..44d3e35 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "11.3.2" + ".": "11.3.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d37355f..401282a 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.3.3](https://github.com/javalent/dice-roller/compare/11.3.2...11.3.3) (2024-10-23) + + +### Bug Fixes + +* Respect escaped dice flags on lookup rollers ([1f48026](https://github.com/javalent/dice-roller/commit/1f480262954a3e7ced311e7552b0dd7f85ae193b)) + ## [11.3.2](https://github.com/javalent/dice-roller/compare/11.3.1...11.3.2) (2024-10-04) diff --git a/manifest.json b/manifest.json index d1926de..3aa840b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-dice-roller", "name": "Dice Roller", - "version": "11.3.2", + "version": "11.3.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 303bf71..fc6ec93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@javalent/dice-roller", - "version": "11.3.2", + "version": "11.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@javalent/dice-roller", - "version": "11.3.2", + "version": "11.3.3", "license": "MIT", "devDependencies": { "@codemirror/language": "https://github.com/lishid/cm-language", diff --git a/package.json b/package.json index d2b8feb..f8d30e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@javalent/dice-roller", - "version": "11.3.2", + "version": "11.3.3", "description": "Inline dice rolling for Obsidian.md", "main": "./dist/api.js", "types": "./dist/api/api.d.ts",