diff --git a/CHANGELOG.md b/CHANGELOG.md index e2d91b6..bb550dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [0.4.7](https://github.com/Optolith/entity-descriptions/compare/v0.4.6...v0.4.7) (2026-03-15) + + +### Bug Fixes + +* join profession variants with the same changes ([99ee4f1](https://github.com/Optolith/entity-descriptions/commit/99ee4f1001df9836537bae9640582870e40dff1d)) + ## [0.4.6](https://github.com/Optolith/entity-descriptions/compare/v0.4.5...v0.4.6) (2026-03-14) diff --git a/package-lock.json b/package-lock.json index 135749d..4bc4eef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@optolith/entity-descriptions", - "version": "0.4.6", + "version": "0.4.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@optolith/entity-descriptions", - "version": "0.4.6", + "version": "0.4.7", "license": "MPL-2.0", "dependencies": { "@elyukai/utils": "^0.3.2", diff --git a/package.json b/package.json index 044d2f3..eba94fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@optolith/entity-descriptions", - "version": "0.4.6", + "version": "0.4.7", "description": "An interface for generating descriptions for The Dark Eye entities.", "files": [ "lib",