docs: update changelog

This commit is contained in:
Rainer Killinger
2021-08-27 17:20:43 +02:00
parent d5f39517e8
commit 3d1bb6ef13
2 changed files with 11 additions and 1 deletions

View File

@@ -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)

View File

@@ -1,6 +1,7 @@
{
"extends": "./node_modules/@openstapps/configuration/tslint.json",
"rules": {
"no-empty-interface": false
"no-empty-interface": false,
"no-redundant-jsdoc": false
}
}