From c091e80fe6427be4c334c850264945160d6e28de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 13:05:43 -0400 Subject: [PATCH] chore(main): release 3.10.0 (#271) 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 794a86c3..25709d1b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.9.4" + ".": "3.10.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f36b9c2..de8ee49e 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. +## [3.10.0](https://github.com/javalent/fantasy-statblocks/compare/3.9.4...3.10.0) (2023-09-12) + + +### Features + +* New `bestiary` field can be set to false to prevent creature from being exposed in the bestiary. Note that if another creature extends this, you should set `bestiary` to true. ([2ed4c9c](https://github.com/javalent/fantasy-statblocks/commit/2ed4c9cc4ddb2f1927d06ea19385af01dbcfb78d)) + ## [3.9.4](https://github.com/javalent/fantasy-statblocks/compare/3.9.3...3.9.4) (2023-09-11) diff --git a/manifest.json b/manifest.json index cb9258c3..37a55291 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-5e-statblocks", "name": "Fantasy Statblocks", - "version": "3.9.4", + "version": "3.10.0", "description": "Create Fantasy Statblocks in Obsidian.md", "minAppVersion": "0.12.0", "author": "Jeremy Valentine", diff --git a/package-lock.json b/package-lock.json index fcc8f7b2..01f290d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fantasy-statblocks", - "version": "3.9.4", + "version": "3.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fantasy-statblocks", - "version": "3.9.4", + "version": "3.10.0", "license": "MIT", "dependencies": { "yaml": "^2.1.3" diff --git a/package.json b/package.json index f395be41..7e367d24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fantasy-statblocks", - "version": "3.9.4", + "version": "3.10.0", "description": "Create Fantasy statblocks in Obsidian.md", "scripts": { "dev": "node ./esbuild.config.mjs",