From c68bc12d2e9fbdc7eab991abf619017031b0b804 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 09:37:53 -0400 Subject: [PATCH] chore(main): release 4.6.0 (#433) 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 3d5f4e3..1269f90 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.5.0" + ".": "4.6.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 51094e2..f0ac24a 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. +## [4.6.0](https://github.com/javalent/fantasy-statblocks/compare/4.5.0...4.6.0) (2024-07-05) + + +### Features + +* Pass the current property as a parameter for trait callbacks ([#432](https://github.com/javalent/fantasy-statblocks/issues/432)) ([c9475de](https://github.com/javalent/fantasy-statblocks/commit/c9475def0df2ce3919ee4d263f461bd5da8b3a3d)) + ## [4.5.0](https://github.com/javalent/fantasy-statblocks/compare/4.4.2...4.5.0) (2024-07-04) diff --git a/manifest.json b/manifest.json index 2ade51b..78f976d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-5e-statblocks", "name": "Fantasy Statblocks", - "version": "4.5.0", + "version": "4.6.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 5edd933..7685469 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@javalent/fantasy-statblocks", - "version": "4.5.0", + "version": "4.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@javalent/fantasy-statblocks", - "version": "4.5.0", + "version": "4.6.0", "license": "MIT", "dependencies": { "yaml": "^2.1.3" diff --git a/package.json b/package.json index 1e72ed9..59eeef1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@javalent/fantasy-statblocks", - "version": "4.5.0", + "version": "4.6.0", "description": "Create Fantasy statblocks in Obsidian.md", "scripts": { "dev": "node ./esbuild.config.mjs",