@biorate/axios 0.30.9 → 0.30.11

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 +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.11](https://github.com/biorate/core/compare/v0.30.10...v0.30.11) (2022-06-24)
7
+
8
+ **Note:** Version bump only for package @biorate/axios
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.30.10](https://github.com/biorate/core/compare/v0.30.9...v0.30.10) (2022-06-24)
15
+
16
+ **Note:** Version bump only for package @biorate/axios
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.30.9](https://github.com/biorate/core/compare/v0.30.8...v0.30.9) (2022-06-23)
7
23
 
8
24
  **Note:** Version bump only for package @biorate/axios
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biorate/axios",
3
- "version": "0.30.9",
3
+ "version": "0.30.11",
4
4
  "description": "Axios OOP static interface",
5
5
  "main": "dist",
6
6
  "scripts": {
@@ -29,8 +29,8 @@
29
29
  "path-to-url": "^0.1.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@biorate/config": "0.30.9",
32
+ "@biorate/config": "0.30.11",
33
33
  "@biorate/inversion": "0.30.7"
34
34
  },
35
- "gitHead": "d43699b2808467cfae3fa131518e59f618cffa4b"
35
+ "gitHead": "ecb8489fd78d3d61063edc27dc04442e3d0c6f45"
36
36
  }