Skip to content

Commit

Permalink
chore(release): 0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephKav committed Apr 15, 2024
1 parent bcbd835 commit fc7fa8b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@

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.17.2](https://github.com/release-argus/Argus/compare/0.17.0...0.17.2) (2024-04-15)


### Bug Fixes

* **web:** show link for `deployed_version.url` ([bcbd835](https://github.com/release-argus/Argus/commits/bcbd835d0bd94e9323cff728337bca307192964d))

### [0.17.1](https://github.com/release-argus/Argus/compare/0.17.0...0.17.1) (2024-04-15)


### Bug Fixes

* **config,web:** disabled routes weren't taking into account `route_prefix` ([0c6ffb3](https://github.com/release-argus/Argus/commits/0c6ffb3d26a1d2f267f69cb012af43f32a13df93))
* **config,web:** disabled routes weren't taking into account `route_prefix` ([79213ca](https://github.com/release-argus/Argus/commits/79213ca322473a5c49cd058d0effc4044e71331c))

## [0.17.0](https://github.com/release-argus/Argus/compare/0.16.0...0.17.0) (2024-04-15)

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.17.1",
"version": "0.17.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions 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.17.1",
"version": "0.17.2",
"description": "Automated checks for new software releases",
"homepage": "https://release-argus.io",
"private": true,
Expand Down

0 comments on commit fc7fa8b

Please sign in to comment.