@biorate/axios 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/axios
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/axios
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biorate/axios",
3
- "version": "0.30.6",
3
+ "version": "0.30.7",
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.6",
33
- "@biorate/inversion": "0.30.6"
32
+ "@biorate/config": "0.30.7",
33
+ "@biorate/inversion": "0.30.7"
34
34
  },
35
- "gitHead": "ef68679fa7c71ed1ac566db3e7f5ea3d881e2d61"
35
+ "gitHead": "4e93d53c2e88720e8e3693ccccd8fa470425c458"
36
36
  }