update changelog

This commit is contained in:
dennis.ludwig
2021-07-02 16:05:43 +02:00
parent 53084ad3d2
commit a02f721d88
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
## 3.0.1 (2021.07.02)
### Bug Fixes
- Fixed the bug, that `aoe_technology_radar-buildRadar` could not be executed without `aoe_technology_radar-generateJson` running first.
## 3.0.0 (2021.07.02)
### Features
- The `rd.json` (markdown data) isn't part of the bundle anymore. It will be fetched and therefore can be cached by the browser. ([#50](https://github.com/AOEpeople/aoe_technology_radar/issues/50))

View File

@@ -1,6 +1,6 @@
{
"name": "aoe_technology_radar",
"version": "3.0.0",
"version": "3.0.1",
"description": "AOE Technology Radar",
"private": true,
"author": "AOE GmbH <contact-de@aoe.com> (http://www.aoe.com)",