Skip to content

Commit

Permalink
chore(release): 0.11.1
Browse files Browse the repository at this point in the history
fixes for notify of type matrix
  • Loading branch information
JosephKav committed Jan 13, 2023
1 parent 916ea8f commit 2bcd12c
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 6 deletions.
10 changes: 9 additions & 1 deletion .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
coverage:
precision: 2
round: up

status:
patch:
default:
# docker.go may fail because of secrets
# websocket-client.go is flaky sometimes
threshold: 0.75%
project:
default:
threshold: 0.75%
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.11.1](https://github.com/release-argus/Argus/compare/0.11.0...0.11.1) (2023-01-13)


### Bug Fixes

* **notify:** don't login to matrix to verify (could run into a rate-limit) ([#198](https://github.com/release-argus/Argus/issues/198)) ([a15437d](https://github.com/release-argus/Argus/commits/a15437d62434300a3cf03aefd67a5ee9eb63e68b))
* **notify:** get access_token `password`s working for matrix ([#196](https://github.com/release-argus/Argus/issues/196)) ([74282d1](https://github.com/release-argus/Argus/commits/74282d1bdf6f6b7fc8179d02abe8ba0c6bc6d43c))
* **notify:** handle `#`s in matrix `params.rooms` ([#197](https://github.com/release-argus/Argus/issues/197)) ([81a2a72](https://github.com/release-argus/Argus/commits/81a2a72dc2405096b846c91daf9d88162511fd87))

## [0.11.0](https://github.com/release-argus/Argus/compare/0.10.3...0.11.0) (2022-11-18)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commit-check",
"version": "0.11.0",
"version": "0.11.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion web/ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/ui/react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "argus",
"version": "0.11.0",
"version": "0.11.1",
"description": "Automated checks for new software releases",
"homepage": "https://release-argus.io",
"private": true,
Expand Down

0 comments on commit 2bcd12c

Please sign in to comment.