Skip to content

Commit

Permalink
chore(release): 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephKav committed Apr 15, 2024
1 parent bf3831e commit 5153e19
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .versionrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type": "json"
},
{
"filename": "web/ui/react-app/package-lock.json",
"filename": "web/ui/package-lock.json",
"type": "json"
},
{
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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))
* `settings.web.disabled_routes: []`
* **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)
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.16.0",
"version": "0.17.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 4 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.16.0",
"version": "0.17.0",
"description": "Automated checks for new software releases",
"homepage": "https://release-argus.io",
"private": true,
Expand Down

0 comments on commit 5153e19

Please sign in to comment.