diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a953325..30d4ced8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index f56ebe7f..4c139a56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "commit-check", - "version": "0.17.1", + "version": "0.17.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "commit-check", - "version": "0.17.1", + "version": "0.17.2", "license": "ISC", "dependencies": { "@commitlint/cli": "^19.2.2", diff --git a/package.json b/package.json index 35d76472..5016c3a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commit-check", - "version": "0.17.1", + "version": "0.17.2", "description": "", "main": "index.js", "scripts": { diff --git a/web/ui/package-lock.json b/web/ui/package-lock.json index 069907e6..ccfed52d 100644 --- a/web/ui/package-lock.json +++ b/web/ui/package-lock.json @@ -1,6 +1,6 @@ { "name": "argus", - "version": "0.17.1", + "version": "0.17.2", "lockfileVersion": 3, "requires": true, "packages": { @@ -2553,7 +2553,7 @@ }, "react-app": { "name": "argus", - "version": "0.17.1", + "version": "0.17.2", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.5.2", "@fortawesome/free-brands-svg-icons": "^6.5.2", diff --git a/web/ui/react-app/package.json b/web/ui/react-app/package.json index 832b5513..ef1755a6 100644 --- a/web/ui/react-app/package.json +++ b/web/ui/react-app/package.json @@ -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,