From 9fc299df6f4ee4a581a8684f1a7ae6c631b02e54 Mon Sep 17 00:00:00 2001 From: Daniil Rudnov Date: Wed, 1 Jan 2025 23:19:35 +0500 Subject: [PATCH] chore(release): 2.5.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e91df5c..9cff4d5 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. +## [2.5.0](https://github.com/rudnovd/heroes3tools/compare/v2.4.0...v2.5.0) (2025-01-01) + + +### Features + +* apply HotA 1.7.2 changes ([7e26088](https://github.com/rudnovd/heroes3tools/commit/7e26088eed39ed5cfd1d4cf48f7638b9170bff12)) + ## [2.4.0](https://github.com/rudnovd/heroes3tools/compare/v2.3.7...v2.4.0) (2024-11-29) diff --git a/package.json b/package.json index 5cae9f3..3b18d33 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "heroes3tools", "type": "module", - "version": "2.4.0", + "version": "2.5.0", "private": true, "description": "Web tools to make playing Heroes of Might and Magic III: Horn of The Abyss easier: damage calculator, magic calculator, creature library for simplify calculations in Heroes of Might and Magic III: Horn of The Abyss", "license": "MIT",