From d7a6948f3ddd68f83c00594bf20623ac96bfffe1 Mon Sep 17 00:00:00 2001 From: Joseph Kavanagh Date: Mon, 15 Apr 2024 02:10:42 +0100 Subject: [PATCH] chore(release): 0.17.0 --- .versionrc.json | 2 +- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- web/ui/package-lock.json | 6 ++++-- web/ui/react-app/package.json | 2 +- 6 files changed, 18 insertions(+), 7 deletions(-) diff --git a/.versionrc.json b/.versionrc.json index 161bba85..96228fd1 100644 --- a/.versionrc.json +++ b/.versionrc.json @@ -18,7 +18,7 @@ "type": "json" }, { - "filename": "web/ui/react-app/package-lock.json", + "filename": "web/ui/package-lock.json", "type": "json" }, { diff --git a/CHANGELOG.md b/CHANGELOG.md index 573f08bf..f8fa9609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.17.0](https://github.com/release-argus/Argus/compare/0.16.0...0.17.0) (2024-04-15) + + +### Features + +* **config,web:** option to disable routes ([#384](https://github.com/release-argus/Argus/issues/384)) ([c2d1fdc](https://github.com/release-argus/Argus/commits/c2d1fdcaa7a8eda44f6b5d333ce5a3c83adda6d6)) +* **web:** 'test notify' button on create/edit ([#379](https://github.com/release-argus/Argus/issues/379)) ([29a5fe0](https://github.com/release-argus/Argus/commits/29a5fe0e2dc97a6a8ff2bec9c6713f01b64cb1e1)) +* **web:** clickable links for latest/deployed version url ([#385](https://github.com/release-argus/Argus/issues/385)) ([18ae353](https://github.com/release-argus/Argus/commits/18ae3533cdf67dc201907b4ad6cbdf99c1c6a0d3)) + ## [0.16.0](https://github.com/release-argus/Argus/compare/0.15.2...0.16.0) (2024-02-24) New mascot! Thanks [@rexapex](https://github.com/rexapex) diff --git a/package-lock.json b/package-lock.json index 6688a276..05a45d33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "commit-check", - "version": "0.16.0", + "version": "0.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "commit-check", - "version": "0.16.0", + "version": "0.17.0", "license": "ISC", "dependencies": { "@commitlint/cli": "^19.2.2", diff --git a/package.json b/package.json index 6df32092..b92f96be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commit-check", - "version": "0.16.0", + "version": "0.17.0", "description": "", "main": "index.js", "scripts": { diff --git a/web/ui/package-lock.json b/web/ui/package-lock.json index 0b6ef571..458728d2 100644 --- a/web/ui/package-lock.json +++ b/web/ui/package-lock.json @@ -10,7 +10,8 @@ ], "engines": { "npm": ">=7.0.0" - } + }, + "version": "0.17.0" }, "node_modules/@ampproject/remapping": { "version": "2.2.1", @@ -2596,5 +2597,6 @@ "node": ">= 14" } } - } + }, + "version": "0.17.0" } diff --git a/web/ui/react-app/package.json b/web/ui/react-app/package.json index 17a21e15..2646e1f3 100644 --- a/web/ui/react-app/package.json +++ b/web/ui/react-app/package.json @@ -1,6 +1,6 @@ { "name": "argus", - "version": "0.16.0", + "version": "0.17.0", "description": "Automated checks for new software releases", "homepage": "https://release-argus.io", "private": true,