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 } }