diff --git a/CHANGES.rst b/CHANGES.rst index 5331302a0..77cdf41e3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -40,6 +40,7 @@ fixes: - fix: use template file for webserver plugin echo output (#1654) - chore: update repos.json (#1660) - docs: add readthedocs yaml config (#1661) +- fix: broken integration tests (#1668) v6.1.9 (2022-06-11) diff --git a/docs/html_extras/repos.json b/docs/html_extras/repos.json index f48227630..baf18e9fc 100755 --- a/docs/html_extras/repos.json +++ b/docs/html_extras/repos.json @@ -21,6 +21,17 @@ "score": -100.84 } }, + "errbotio/err-helloworld": { + "HelloWorld": { + "path": "helloWorld.plug", + "repo": "https://github.com/errbotio/err-helloworld", + "documentation": "let's say hello !", + "name": "HelloWorld", + "python": "2+", + "avatar_url": "https://avatars0.githubusercontent.com/u/15802630?v=4", + "score": -60.88 + } + }, "drsm79/err-memeon": { "MemeOn": { "path": "meme.plug", @@ -419,4 +430,4 @@ "score": -104.04 } } -} \ No newline at end of file +}