@biorate/axios 1.38.4 → 1.42.1

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 +4 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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.42.1](https://github.com/biorate/core/compare/v1.42.0...v1.42.1) (2023-09-04)
7
+
8
+ **Note:** Version bump only for package @biorate/axios
9
+
6
10
  ## [1.38.4](https://github.com/biorate/core/compare/v1.38.3...v1.38.4) (2023-08-11)
7
11
 
8
12
  **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.4",
3
+ "version": "1.42.1",
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.4",
33
- "@biorate/inversion": "1.30.12"
32
+ "@biorate/config": "1.42.1",
33
+ "@biorate/inversion": "1.42.1"
34
34
  },
35
- "gitHead": "8d5441e69672a60d7946f4c3fcab109eff273a4d"
35
+ "gitHead": "2d5874bd199b8ef387be4f4381c906966702799f"
36
36
  }