From 548307cbf7d2ea8a7b113fcb33cda54eac4043e7 Mon Sep 17 00:00:00 2001 From: Daniil Rudnov Date: Sun, 16 Jun 2024 13:32:37 +0500 Subject: [PATCH] chore(release): 2.3.3 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e70b19..234fe11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.3.3](https://github.com/rudnovd/heroes3tools/compare/v2.3.2...v2.3.3) (2024-06-16) + ### [2.3.2](https://github.com/rudnovd/heroes3tools/compare/v2.3.1...v2.3.2) (2024-04-27) diff --git a/package-lock.json b/package-lock.json index b9c4eca..3861e2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "heroes3tools", - "version": "2.3.2", + "version": "2.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "heroes3tools", - "version": "2.3.2", + "version": "2.3.3", "license": "MIT", "dependencies": { "@unhead/vue": "^1.9.13", diff --git a/package.json b/package.json index 0d29039..513959c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "heroes3tools", - "version": "2.3.2", + "version": "2.3.3", "private": true, "type": "module", "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",