Skip to content

Commit

Permalink
chore: prepare release to 0.5.1 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tchoupinax authored Sep 22, 2024
1 parent 736b6e5 commit 6bba4ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "s3-prometheus-exporter",
"version": "0.5.0",
"version": "0.5.1",
"description": "S3 data exporter for prometheus",
"author": "Tchoupinax <[email protected]> (https://corentinfiloche.xyz)",
"license": "MIT",
Expand Down Expand Up @@ -41,9 +41,9 @@
"@types/node": "22.5.5",
"esbuild-plugin-tsc": "0.4.0",
"eslint-config-tchoupinax": "1.1.0",
"eslint-plugin-perfectionist": "^3.1.2",
"eslint-plugin-perfectionist": "3.6.0",
"nodemon": "3.1.7",
"prettier": "^3.3.3",
"prettier": "3.3.3",
"typescript": "5"
}
}
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2380,7 +2380,7 @@ [email protected]:
minimatch "^9.0.0"
semver "^7.5.3"

eslint-plugin-perfectionist@^3.1.2:
eslint-plugin-perfectionist@3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-3.6.0.tgz#3772b7cf8b642df222a2791364e097ad159ee476"
integrity sha512-sA6ljy6dL/9cM5ruZ/pMqRVt0FQ4Z7mbQWlBYpyX9941LVfm65d2jl2k1ZbWD3ud9Wm+/NKgOvRnAatsKhMJbA==
Expand Down Expand Up @@ -3574,7 +3574,7 @@ prelude-ls@^1.2.1:
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==

prettier@^3.3.3:
[email protected]:
version "3.3.3"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105"
integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==
Expand Down

0 comments on commit 6bba4ff

Please sign in to comment.