@biorate/axios 1.11.6 → 1.11.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 +11 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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
+ ## [1.11.7](https://github.com/biorate/core/compare/v1.11.6...v1.11.7) (2022-10-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **axios-prometheus:** prometheus metrics rename ([796ff62](https://github.com/biorate/core/commit/796ff62599151603c5e67636e802445039dcfcb4))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [1.11.6](https://github.com/biorate/core/compare/v1.11.5...v1.11.6) (2022-10-03)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biorate/axios",
3
- "version": "1.11.6",
3
+ "version": "1.11.7",
4
4
  "description": "Axios OOP static interface",
5
5
  "main": "dist",
6
6
  "scripts": {
@@ -32,5 +32,5 @@
32
32
  "@biorate/config": "1.11.2",
33
33
  "@biorate/inversion": "1.11.2"
34
34
  },
35
- "gitHead": "bfcc4b2185a6dc37348998b39104cc00894c0d58"
35
+ "gitHead": "6439020679366254a17920e9473fa4beda117e59"
36
36
  }