Release v3.3.4

This commit is contained in:
Semanticore Bot
2022-09-13 12:46:33 +00:00
committed by Bastian
parent 48cf4b5383
commit 99d56cabd8
2 changed files with 18 additions and 1 deletions

View File

@@ -1,5 +1,22 @@
# Changelog # Changelog
## Version v3.3.4 (2022-09-13)
### Fixes
- **build:** check if radar folder exists (48cf4b53)
- **build:** create random hash for cache invalidation #209 (af9d7c87)
- **build:** export REACT_APP variables during build (4535ef3b)
### Documentation
- **readme:** remove yarn, fixes #162 (5e0158c2)
### Chores and tidying
- **deps:** update dependency classnames to v2.3.2 (a2843ad6)
- **codestyle:** cleanup and reformat (37c43712)
## Version v3.3.3 (2022-09-12) ## Version v3.3.3 (2022-09-12)
### Fixes ### Fixes

View File

@@ -1,6 +1,6 @@
{ {
"name": "aoe_technology_radar", "name": "aoe_technology_radar",
"version": "3.3.3", "version": "3.3.4",
"description": "AOE Technology Radar", "description": "AOE Technology Radar",
"author": "AOE GmbH <contact-de@aoe.com> (http://www.aoe.com)", "author": "AOE GmbH <contact-de@aoe.com> (http://www.aoe.com)",
"license": "Apache-2.0", "license": "Apache-2.0",