Skip to content

Commit

Permalink
chore(release): 2.0.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rudnovd committed Jan 27, 2022
1 parent 8d13f8e commit 4cde666
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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-alpha.5](https://github.com/rudnovd/heroes3tools/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (2022-01-27)


### Features

* **components:** add BaseNotification component ([d0badf0](https://github.com/rudnovd/heroes3tools/commit/d0badf048027be291b6c772be894677ee163773b))
* **enums:** add heroes enums ([0de1eaa](https://github.com/rudnovd/heroes3tools/commit/0de1eaa171c3ae0eb0829ee4602bd6651ba04845))
* **serviceworker:** make updatable by selection ([9d5ff7e](https://github.com/rudnovd/heroes3tools/commit/9d5ff7ea8faafb4bbf3bf0a8e68a4367ecf936e9))


### Bug Fixes

* **BaseNotification:** fix styles ([d112ada](https://github.com/rudnovd/heroes3tools/commit/d112ada89198d5e92ce9cb81cac41ba6a197c34b))

## [2.0.0-alpha.4](https://github.com/rudnovd/heroes3tools/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2022-01-10)


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-alpha.4",
"version": "2.0.0-alpha.5",
"private": true,
"scripts": {
"start": "vite",
Expand Down

0 comments on commit 4cde666

Please sign in to comment.