Skip to content

Commit

Permalink
chore(release): 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephKav committed Feb 24, 2024
1 parent dbe7fa4 commit 9249f12
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 18 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.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)

### Features

* **config:** hash `web.basic_auth.(username|password)` locally ([#358](https://github.com/release-argus/Argus/issues/358)) ([1ed247b](https://github.com/release-argus/Argus/commits/1ed247be35ffc173a280abcb6526905da32eadc9))
* **config:** more env var support ([#367](https://github.com/release-argus/Argus/issues/367)) ([87d63d6](https://github.com/release-argus/Argus/commits/87d63d680bc4c5815452d479a0fe3dcd6ae2ab04))
* **config:** support env vars in some config vars ([#365](https://github.com/release-argus/Argus/pull/365)) ([c5d5532](https://github.com/release-argus/Argus/commits/c5d5532e2ed17ea59ab49b6e5195c1caa096c34e))
* **web:** custom favicon support ([#355](https://github.com/release-argus/Argus/pull/355)) ([007db66](https://github.com/release-argus/Argus/commits/007db662f31723aa6c31bf2db8f661f2258ef85e))

### [0.15.2](https://github.com/release-argus/Argus/compare/0.15.1...0.15.2) (2024-01-17)


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.15.2",
"version": "0.16.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
24 changes: 12 additions & 12 deletions web/ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions web/ui/react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "argus",
"version": "0.15.2",
"version": "0.16.0",
"description": "Automated checks for new software releases",
"homepage": "https://release-argus.io",
"private": true,
Expand All @@ -12,7 +12,7 @@
"@tanstack/react-query": "^5.22.2",
"@types/bootstrap": "^5.2.10",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.57",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"bootstrap": "^5.3.3",
"date-fns": "^3.3.1",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"devDependencies": {
"@tanstack/react-query-devtools": "^5.24.0",
"@types/node": "^20.11.19",
"@types/node": "^20.11.20",
"@types/styled-components": "^5.1.34"
}
}

0 comments on commit 9249f12

Please sign in to comment.