diff --git a/CHANGELOG.md b/CHANGELOG.md index 24c1217..264697b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/cnieg/secret-certificat-azure-exporter/compare/1.0.2...1.0.3) (2023-05-31) + + +### Bug Fixes + +* expiration date ([c03a87a](https://github.com/cnieg/secret-certificat-azure-exporter/commit/c03a87ac828ce973a7b4d13767f15865867e464e)) + ## [1.0.2](https://github.com/cnieg/secret-certificat-azure-exporter/compare/1.0.1...1.0.2) (2023-04-20) diff --git a/package-lock.json b/package-lock.json index ab6c639..3032cfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "secret-certificat-azure-exporter", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "secret-certificat-azure-exporter", - "version": "1.0.2", + "version": "1.0.3", "dependencies": { "axios": "^1.3.5", "express": "^4.18.2", diff --git a/package.json b/package.json index 990cb9c..5e3098d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "secret-certificat-azure-exporter", - "version": "1.0.2", + "version": "1.0.3", "description": "Exports the status of Azure secrets and certificates as Prometheus metrics", "main": "app.js", "scripts": {