diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 093a94a..fe390e5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.13.14" + ".": "8.14.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ec470e..f522697 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. +## [8.14.0](https://github.com/javalent/dice-roller/compare/8.13.14...8.14.0) (2023-04-20) + + +### Features + +* Upgrading obsidian-dice-roller to latest ([21e3d8d](https://github.com/javalent/dice-roller/commit/21e3d8d6aef5fc1e586350fc5ed3af38939b022e)) + ## [8.13.14](https://github.com/javalent/dice-roller/compare/8.13.13...8.13.14) (2023-04-20) diff --git a/manifest.json b/manifest.json index 8366db7..7149bc4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-dice-roller", "name": "Dice Roller", - "version": "8.13.14", + "version": "8.14.0", "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 26bc53f..5c0f51d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-dice-roller", - "version": "8.13.14", + "version": "8.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-dice-roller", - "version": "8.13.14", + "version": "8.14.0", "license": "MIT", "dependencies": { "obsidian-dice-roller": "^8.13.12" diff --git a/package.json b/package.json index cd3a4c2..18baa47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dice-roller", - "version": "8.13.14", + "version": "8.14.0", "description": "Inline dice rolling for Obsidian.md", "main": "", "types": "./@types/index.d.ts",