Skip to content

Commit

Permalink
bump package.json version and add jesse as contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Jul 15, 2024
1 parent c9d79cc commit 5f16739
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-alertmanager",
"version": "0.11.0",
"version": "0.11.1",
"description": "Prometheus Alertmanager bot for Matrix",
"main": "src/app.js",
"scripts": {
Expand All @@ -23,6 +23,13 @@
"node": ">= 22"
},
"author": "Jason Robinson",
"contributors": [
{
"name": "Jesse Hitch",
"email": "[email protected]",
"url": "https://jessebot.work/"
}
],
"license": "MIT",
"devDependencies": {
"chai": "^5.0.0",
Expand Down

0 comments on commit 5f16739

Please sign in to comment.