From a02f721d88fbc05207f10c8207ee3ec4f1e71293 Mon Sep 17 00:00:00 2001 From: "dennis.ludwig" Date: Fri, 2 Jul 2021 16:05:43 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a799919..02878ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 1fabb79..1768bcc 100644 --- a/package.json +++ b/package.json @@ -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 (http://www.aoe.com)",