From e5d41c3022065acfa2ebe11277f175a64ef0d6a0 Mon Sep 17 00:00:00 2001 From: rudnovd Date: Tue, 22 Mar 2022 21:38:02 +0500 Subject: [PATCH] chore(release): 2.0.0-rc.1 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d210d37..ad07da38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.0.0-rc.1](https://github.com/rudnovd/heroes3tools/compare/v2.0.0-rc.0...v2.0.0-rc.1) (2022-03-22) + + +### Bug Fixes + +* **Battle:** fix terrain calculation ([025f051](https://github.com/rudnovd/heroes3tools/commit/025f0514cfa79430ad199ad2d29f8485c4f6f1ed)) +* **DamageCalculatorPage:** fix page paddings ([ccaaa4e](https://github.com/rudnovd/heroes3tools/commit/ccaaa4ed693c6cc15358e1b33a5268d7c4316252)) +* **effects:** add checks for weakness and disruptingRay ([bc8e6b0](https://github.com/rudnovd/heroes3tools/commit/bc8e6b07534e9b697dcf12deb11508026307dc1a)) +* **effects:** fix curse effect ([b76a613](https://github.com/rudnovd/heroes3tools/commit/b76a613672d42d868fe688ef1b82aecf4f232b5d)) + ## [2.0.0-rc.0](https://github.com/rudnovd/heroes3tools/compare/v2.0.0-beta.2...v2.0.0-rc.0) (2022-03-19) diff --git a/package-lock.json b/package-lock.json index 653ead3c..e082c3e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "heroes3tools", - "version": "2.0.0-rc.0", + "version": "2.0.0-rc.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "heroes3tools", - "version": "2.0.0-rc.0", + "version": "2.0.0-rc.1", "license": "MIT", "dependencies": { "@vueuse/core": "^8.1.2", diff --git a/package.json b/package.json index d300460c..f1b3b6bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "heroes3tools", - "version": "2.0.0-rc.0", + "version": "2.0.0-rc.1", "private": true, "description": "Web tools for simplify calculations in Heroes of Might and Magic III: Horn of The Abyss", "homepage": "https://heroes3.tools",