From 3d1bb6ef1362c5d4388e37addcc6f5b29beb2f8e Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Fri, 27 Aug 2021 17:20:43 +0200 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 9 +++++++++ tslint.json | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a2fde0..48997064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.49.4](https://gitlab.com/openstapps/core/compare/v0.49.3...v0.49.4) (2021-08-27) + + +### Bug Fixes + +* test resources from hds2 ([dfe35d7](https://gitlab.com/openstapps/core/commit/dfe35d71a38c35064726365f99714abff3b30ba6)) + + + ## [0.49.3](https://gitlab.com/openstapps/core/compare/v0.49.2...v0.49.3) (2021-08-18) diff --git a/tslint.json b/tslint.json index 900794ab..6af73026 100644 --- a/tslint.json +++ b/tslint.json @@ -1,6 +1,7 @@ { "extends": "./node_modules/@openstapps/configuration/tslint.json", "rules": { - "no-empty-interface": false + "no-empty-interface": false, + "no-redundant-jsdoc": false } }