@biorate/axios 1.38.1 → 1.38.3

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 +3 -3
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
+ ## [1.38.3](https://github.com/biorate/core/compare/v1.38.2...v1.38.3) (2023-08-10)
7
+
8
+ **Note:** Version bump only for package @biorate/axios
9
+
10
+ ## [1.38.2](https://github.com/biorate/core/compare/v1.38.1...v1.38.2) (2023-08-10)
11
+
12
+ **Note:** Version bump only for package @biorate/axios
13
+
6
14
  ## [1.38.1](https://github.com/biorate/core/compare/v1.38.0...v1.38.1) (2023-08-10)
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": "1.38.1",
3
+ "version": "1.38.3",
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": "1.38.1",
32
+ "@biorate/config": "1.38.3",
33
33
  "@biorate/inversion": "1.30.12"
34
34
  },
35
- "gitHead": "62f33f623a5fd91802fa064238639fc5306d0910"
35
+ "gitHead": "d472d4b09c666ce4d9e79919375841b8ef098842"
36
36
  }