From 2d90c332bdb108ec4d39d2542ff9855a2f6d719d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 10:39:40 -0400 Subject: [PATCH] chore(main): release 9.4.1 (#243) 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 0d35016..8ad4199 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.4.0" + ".": "9.4.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c76e87e..1c1eeb3 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.1](https://github.com/javalent/dice-roller/compare/9.4.0...9.4.1) (2023-09-11) + + +### Miscellaneous Chores + +* release 9.4.1 ([dd2eb18](https://github.com/javalent/dice-roller/commit/dd2eb18c39aaf93c7e5990f5ab8b905fc43b2496)) + ## [9.4.0](https://github.com/javalent/dice-roller/compare/9.3.1...9.4.0) (2023-09-06) diff --git a/manifest.json b/manifest.json index 9e2ff18..182ffc6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-dice-roller", "name": "Dice Roller", - "version": "9.4.0", + "version": "9.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 aa25e45..b7d79d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-dice-roller", - "version": "9.4.0", + "version": "9.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-dice-roller", - "version": "9.4.0", + "version": "9.4.1", "license": "MIT", "dependencies": { "obsidian-dice-roller": "^8.13.12" diff --git a/package.json b/package.json index f0692b7..2425bab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dice-roller", - "version": "9.4.0", + "version": "9.4.1", "description": "Inline dice rolling for Obsidian.md", "main": "", "types": "./@types/index.d.ts",