Skip to content

Commit

Permalink
chore(release): 2.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rudnovd committed Mar 22, 2022
1 parent 5f62d59 commit e5d41c3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e5d41c3

Please sign in to comment.