Skip to content

Commit

Permalink
chore(release): 0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephKav committed Apr 23, 2024
1 parent 68188d4 commit bc21e7a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +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.3](https://github.com/release-argus/Argus/compare/0.17.0...0.17.3) (2024-04-23)


### Features

* **docker:** add curl ([#394](https://github.com/release-argus/Argus/issues/394)) ([1bc9041](https://github.com/release-argus/Argus/commits/1bc9041e4c7634468d39549b7e857a17e185de70))


### Bug Fixes

* **config,web:** disabled routes weren't taking into account `route_prefix` ([79213ca](https://github.com/release-argus/Argus/commits/79213ca322473a5c49cd058d0effc4044e71331c))
* **web:** show link for `deployed_version.url` ([bcbd835](https://github.com/release-argus/Argus/commits/bcbd835d0bd94e9323cff728337bca307192964d))

### [0.17.2](https://github.com/release-argus/Argus/compare/0.17.0...0.17.2) (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.2",
"version": "0.17.3",
"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.2",
"version": "0.17.3",
"description": "Automated checks for new software releases",
"homepage": "https://release-argus.io",
"private": true,
Expand Down

0 comments on commit bc21e7a

Please sign in to comment.