diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1269f90..1eec10e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.6.0" + ".": "4.7.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f0ac24a..3059837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.7.0](https://github.com/javalent/fantasy-statblocks/compare/4.6.0...4.7.0) (2024-09-06) + + +### Features + +* Adds support for importing from PF2eMonsterTool ([df7f7f3](https://github.com/javalent/fantasy-statblocks/commit/df7f7f3f04ba37f019ff3c09b0e14e54786bc443)) + + +### Bug Fixes + +* Adds several missed fields to the TetraCube import ([4eb00cd](https://github.com/javalent/fantasy-statblocks/commit/4eb00cd8ec7a7708fae3c3164691a6550fdf81f5)) +* **css:** prioritize pf2e icons over system font ([#420](https://github.com/javalent/fantasy-statblocks/issues/420)) ([4de2457](https://github.com/javalent/fantasy-statblocks/commit/4de2457cdd8b2a91fb99e8a794b489e297ca9ccf)) +* Fix stringifier incorrectly matching some links ([#435](https://github.com/javalent/fantasy-statblocks/issues/435)) ([fe436d5](https://github.com/javalent/fantasy-statblocks/commit/fe436d50da8e37612b0188be1b9f306043a9491e)) +* Property lines now correctly stringify arrays ([9a27da8](https://github.com/javalent/fantasy-statblocks/commit/9a27da8633640dd1759f992063cf8e5ae3af4a1a)) + ## [4.6.0](https://github.com/javalent/fantasy-statblocks/compare/4.5.0...4.6.0) (2024-07-05) diff --git a/manifest.json b/manifest.json index 78f976d..e9c2e81 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-5e-statblocks", "name": "Fantasy Statblocks", - "version": "4.6.0", + "version": "4.7.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 478f28b..024ba97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@javalent/fantasy-statblocks", - "version": "4.6.0", + "version": "4.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@javalent/fantasy-statblocks", - "version": "4.6.0", + "version": "4.7.0", "license": "MIT", "dependencies": { "yaml": "^2.1.3" diff --git a/package.json b/package.json index 59eeef1..1ea798a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@javalent/fantasy-statblocks", - "version": "4.6.0", + "version": "4.7.0", "description": "Create Fantasy statblocks in Obsidian.md", "scripts": { "dev": "node ./esbuild.config.mjs",