@biorate/prometheus 0.30.6 → 0.30.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.30.7](https://github.com/biorate/core/compare/v0.30.6...v0.30.7) (2022-06-23)
7
+
8
+ **Note:** Version bump only for package @biorate/prometheus
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.30.6](https://github.com/biorate/core/compare/v0.30.5...v0.30.6) (2022-06-23)
7
15
 
8
16
  **Note:** Version bump only for package @biorate/prometheus
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biorate/prometheus",
3
- "version": "0.30.6",
3
+ "version": "0.30.7",
4
4
  "description": "Prometheus DI module",
5
5
  "main": "dist",
6
6
  "scripts": {
@@ -21,9 +21,9 @@
21
21
  "author": "llevkin",
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
- "@biorate/config": "0.30.6",
25
- "@biorate/inversion": "0.30.6",
24
+ "@biorate/config": "0.30.7",
25
+ "@biorate/inversion": "0.30.7",
26
26
  "prom-client": "^14.0.1"
27
27
  },
28
- "gitHead": "ef68679fa7c71ed1ac566db3e7f5ea3d881e2d61"
28
+ "gitHead": "4e93d53c2e88720e8e3693ccccd8fa470425c458"
29
29
  }