@alwatr/fetch 0.12.0 → 0.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,16 +3,27 @@
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.12.0](https://github.com/AliMD/alwatr/compare/v0.11.0...v0.12.0) (2022-07-22)
6
+ # [0.15.0](https://github.com/AliMD/alwatr/compare/v0.14.0...v0.15.0) (2022-09-01)
7
+
8
+ **Note:** Version bump only for package @alwatr/fetch
9
+
10
+
7
11
 
8
12
 
9
- ### Bug Fixes
10
13
 
11
- * **fetch:** compatible with new ts types AbortSignal ([949655a](https://github.com/AliMD/alwatr/commit/949655a257852aaaaa311e32603ecc0819eedf51))
14
+ # [0.14.0](https://github.com/AliMD/alwatr/compare/v0.13.0...v0.14.0) (2022-08-19)
12
15
 
16
+ **Note:** Version bump only for package @alwatr/fetch
17
+
18
+ # [0.13.0](https://github.com/AliMD/alwatr/compare/v0.12.0...v0.13.0) (2022-08-06)
19
+
20
+ **Note:** Version bump only for package @alwatr/fetch
13
21
 
22
+ # [0.12.0](https://github.com/AliMD/alwatr/compare/v0.11.0...v0.12.0) (2022-07-22)
14
23
 
24
+ ### Bug Fixes
15
25
 
26
+ - **fetch:** compatible with new ts types AbortSignal ([949655a](https://github.com/AliMD/alwatr/commit/949655a257852aaaaa311e32603ecc0819eedf51))
16
27
 
17
28
  # [0.11.0](https://github.com/AliMD/alwatr/compare/v0.10.1...v0.11.0) (2022-04-16)
18
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/fetch",
3
- "version": "0.12.0",
3
+ "version": "0.15.0",
4
4
  "description": "Enhanced fetch api with timeout, helper methods and types written in tiny TypeScript module.",
5
5
  "keywords": [
6
6
  "fetch",
@@ -32,8 +32,8 @@
32
32
  "url": "https://github.com/AliMD/alwatr/issues"
33
33
  },
34
34
  "dependencies": {
35
- "@alwatr/logger": "^0.12.0",
35
+ "@alwatr/logger": "^0.15.0",
36
36
  "tslib": "^2.3.1"
37
37
  },
38
- "gitHead": "2da92e22ea946abf6155122d0a28674dd4c0308b"
38
+ "gitHead": "785516d9da483e429ed9b79b3c6d71012c9aa822"
39
39
  }